From 41e92b4d70d3375f31fec8c2cf82c04d9f229d36 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:54:59 +0200 Subject: [PATCH] reduce gas price minimum --- geth-linea.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",