From a66da89fdb2702d4b13c5c1a4e8dd647d7d20f69 Mon Sep 17 00:00:00 2001 From: czarly <379651+czarly@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:06:17 +0400 Subject: [PATCH] fix --- bsc/config.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/bsc/config.toml b/bsc/config.toml index 0cca5b12..7d85071a 100644 --- a/bsc/config.toml +++ b/bsc/config.toml @@ -1,7 +1,16 @@ [Eth] NetworkId = 56 -NoPruning = false NoPrefetch = false LightPeers = 100 -UltraLightFraction = 75 TrieTimeout = 100000000000 EnablePreimageRecording = false EWASMInterpreter = "" EVMInterpreter = "" [Eth.Miner] GasFloor = 30000000 +NoPruning = false +NoPrefetch = false +LightPeers = 100 +UltraLightFraction = 75 +TrieTimeout = 100000000000 +EnablePreimageRecording = false +EWASMInterpreter = "" +EVMInterpreter = "" + +[Eth.Miner] +GasFloor = 30000000 GasCeil = 40000000 GasPrice = 1000000000 Recommit = 10000000000