Skip to content

Commit f46d733

Browse files
authored
feat(geth): increase base fee (#408)
1 parent d48b841 commit f46d733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-hekla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
--ws.api debug,eth,net,web3,txpool,taiko
3838
--ws.addr "0.0.0.0"
3939
--ws.origins "*"
40-
--gpo.ignoreprice "100000000"
40+
--gpo.ignoreprice "25000000"
4141
--port ${PORT_L2_EXECUTION_ENGINE_P2P}
4242
--discovery.port ${PORT_L2_EXECUTION_ENGINE_P2P}
4343
--maxpeers ${MAXPEERS:-50}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
--ws.api debug,eth,net,web3,txpool,taiko
3939
--ws.addr "0.0.0.0"
4040
--ws.origins "*"
41-
--gpo.defaultprice "10000000"
41+
--gpo.ignoreprice "25000000"
4242
--port ${PORT_L2_EXECUTION_ENGINE_P2P}
4343
--discovery.port ${PORT_L2_EXECUTION_ENGINE_P2P}
4444
--maxpeers ${MAXPEERS:-50}

0 commit comments

Comments
 (0)