diff --git a/bsc-testnet/config/config.toml b/bsc-testnet/config/config.toml index 4efbaad3..8289f8f1 100644 --- a/bsc-testnet/config/config.toml +++ b/bsc-testnet/config/config.toml @@ -6,6 +6,10 @@ GasCeil = 70000000 GasPrice = 1000000000 Recommit = 10000000000 +GasCeil = 140000000 +GasPrice = 1000000000 +Recommit = 10000000000 + [Eth.TxPool] Locals = [] NoLocals = true @@ -45,4 +49,4 @@ StaticNodes = [ "enode://dbcc5ec23bdf89243688321e8cfa8d80e17edce093206bcc6df998d8148385767cae3058a1c1e20c93c3b8e07962bc7a321deab0aa46c106283f1220f12c220a@3.209.122.123:30311", "enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:30311" ] - +ListenAddr = ":17474" diff --git a/bsc/config/config.toml b/bsc/config/config.toml index cb52ac0f..a118b2e3 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -39,12 +39,6 @@ WSModules = ["net", "web3", "eth"] MaxPeers = 200 NoDiscovery = false StaticNodes = [] -ListenAddr = ":30311" +ListenAddr = ":29061" EnableMsgEvents = false -[Node.LogConfig] -FilePath = "bsc.log" -MaxBytesSize = 10485760 -Level = "info" -FileRoot = "" -