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