From 35dec193bb76f860ae7275c61c4d56675f2f0643 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Mon, 14 Jul 2025 16:17:46 +0700 Subject: [PATCH] update bsc gas price --- bsc/mainnet/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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