diff --git a/geth-linea.yml b/geth-linea.yml index 09a87337..061b6a40 100644 --- a/geth-linea.yml +++ b/geth-linea.yml @@ -16,14 +16,14 @@ services: "--graphql", "--graphql.vhosts=*", "--networkid=59144", - "--miner.gasprice=1000000000", + "--miner.gasprice=1000", "--miner.gaslimit=61000000", "--rpc.allow-unprotected-txs", "--txpool.accountqueue=50000", "--txpool.globalqueue=50000", "--txpool.globalslots=50000", - "--txpool.pricelimit=1000000000", - "--rpc.txfeecap=100", + "--txpool.pricelimit=1000", + "--rpc.txfeecap=1000", "--gpo.maxprice=100000000000000", "--txpool.nolocals", "--http",