From 1986e29f1597123c118dc66452c12183ff7524a0 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:19:53 +0200 Subject: [PATCH] set 1 gwei gas price --- bsc/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/config/config.toml b/bsc/config/config.toml index caed7f45..02118232 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -5,7 +5,7 @@ TrieTimeout = 150000000000 [Eth.Miner] GasCeil = 140000000 -GasPrice = 3000000000 +GasPrice = 1000000000 Recommit = 10000000000 [Eth.TxPool]