diff --git a/bsc/mainnet/config.toml b/bsc/mainnet/config.toml index ecb305cd..3eb34eb9 100644 --- a/bsc/mainnet/config.toml +++ b/bsc/mainnet/config.toml @@ -5,7 +5,7 @@ TrieTimeout = 150000000000 [Eth.Miner] GasCeil = 140000000 -GasPrice = 1000000000 +GasPrice = 100000000 Recommit = 10000000000 [Eth.TxPool] @@ -13,7 +13,7 @@ Locals = [] NoLocals = true Journal = "transactions.rlp" Rejournal = 3600000000000 -PriceLimit = 1000000000 +PriceLimit = 100000000 PriceBump = 10 AccountSlots = 200 GlobalSlots = 8000