diff --git a/bsc-testnet/config/config.toml b/bsc-testnet/config/config.toml index 4c42ce7b..4efbaad3 100644 --- a/bsc-testnet/config/config.toml +++ b/bsc-testnet/config/config.toml @@ -25,17 +25,16 @@ Percentile = 60 OracleThreshold = 1000 [Node] -DataDir = "node" -InsecureUnlockAllowed = false IPCPath = "geth.ipc" -HTTPHost = "127.0.0.1" -HTTPPort = 8575 +HTTPHost = "0.0.0.0" +InsecureUnlockAllowed = false +HTTPPort = 8545 HTTPVirtualHosts = ["*"] -HTTPModules = ["debug","eth", "net", "web3", "txpool", "parlia"] -WSPort = 8576 +HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"] +WSHost = "0.0.0.0" +WSPort = 8545 WSModules = ["net", "web3", "eth"] - [Node.P2P] MaxPeers = 50 NoDiscovery = false @@ -47,9 +46,3 @@ StaticNodes = [ "enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:30311" ] - -[Node.LogConfig] -FileRoot = "" -FilePath = "bsc.log" -MaxBytesSize = 10485760 -Level = "info"