diff --git a/core-chain/mainnet/config.toml b/core-chain/mainnet/config.toml index 000eb501..4f01856e 100644 --- a/core-chain/mainnet/config.toml +++ b/core-chain/mainnet/config.toml @@ -45,6 +45,7 @@ HTTPPort = 8545 HTTPVirtualHosts = ["*"] HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi"] WSPort = 8545 +WSHost = "0.0.0.0" WSModules = ["eth", "net", "web3", "txpool", "satoshi"] [Node.P2P] MaxPeers = 200