Skip to content

Commit

Permalink
Setting min gas price to lower value (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Filter94 authored Oct 2, 2024
1 parent ed1bc98 commit 32d4d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ engine-rpc-port=8551
engine-host-allowlist=["*"]

### Gas and Block Limit Configuration ###
min-gas-price="100000000"
min-gas-price="20000000"
target-gas-limit="61000000"

### Plugin Configuration ###
Expand Down
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ engine-rpc-port=8551
engine-host-allowlist=["*"]

### Gas and Block Limit Configuration ###
min-gas-price="100000000"
min-gas-price="10000000"
target-gas-limit="61000000"

### Plugin Configuration ###
Expand Down

0 comments on commit 32d4d97

Please sign in to comment.