Skip to content

Commit 8f2d761

Browse files
committed
fixing max priority fee
1 parent 3908c99 commit 8f2d761

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/reducers

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/reducers/runTab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const runTabInitialState: RunTabState = {
5959
gasPriceStatus: false,
6060
confirmSettings: false,
6161
maxFee: '',
62-
maxPriorityFee: '1',
62+
maxPriorityFee: '.0001',
6363
baseFeePerGas: '',
6464
gasPrice: '',
6565
instances: {

0 commit comments

Comments
 (0)