From 3af587dd70ecc167c058446555138cd462497e9f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 27 Aug 2024 03:22:21 +0200 Subject: [PATCH] fix --- core-chain/mainnet/config.toml | 1 + 1 file changed, 1 insertion(+) 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