reduce gas price minimum

This commit is contained in:
Sebastian
2024-07-31 14:54:59 +02:00
parent a4e4fb6157
commit 41e92b4d70

View File

@@ -16,14 +16,14 @@ services:
"--graphql", "--graphql",
"--graphql.vhosts=*", "--graphql.vhosts=*",
"--networkid=59144", "--networkid=59144",
"--miner.gasprice=1000000000", "--miner.gasprice=1000",
"--miner.gaslimit=61000000", "--miner.gaslimit=61000000",
"--rpc.allow-unprotected-txs", "--rpc.allow-unprotected-txs",
"--txpool.accountqueue=50000", "--txpool.accountqueue=50000",
"--txpool.globalqueue=50000", "--txpool.globalqueue=50000",
"--txpool.globalslots=50000", "--txpool.globalslots=50000",
"--txpool.pricelimit=1000000000", "--txpool.pricelimit=1000",
"--rpc.txfeecap=100", "--rpc.txfeecap=1000",
"--gpo.maxprice=100000000000000", "--gpo.maxprice=100000000000000",
"--txpool.nolocals", "--txpool.nolocals",
"--http", "--http",