We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3908c99 commit 8f2d761Copy full SHA for 8f2d761
libs/remix-ui/run-tab/src/lib/reducers/runTab.ts
@@ -59,7 +59,7 @@ export const runTabInitialState: RunTabState = {
59
gasPriceStatus: false,
60
confirmSettings: false,
61
maxFee: '',
62
- maxPriorityFee: '1',
+ maxPriorityFee: '.0001',
63
baseFeePerGas: '',
64
gasPrice: '',
65
instances: {
0 commit comments