This commit is contained in:
Sebastian
2024-08-27 03:22:21 +02:00
parent e1f8c9b4a3
commit 3af587dd70

View File

@@ -45,6 +45,7 @@ HTTPPort = 8545
HTTPVirtualHosts = ["*"] HTTPVirtualHosts = ["*"]
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi"] HTTPModules = ["admin", "eth", "net", "web3", "txpool", "satoshi"]
WSPort = 8545 WSPort = 8545
WSHost = "0.0.0.0"
WSModules = ["eth", "net", "web3", "txpool", "satoshi"] WSModules = ["eth", "net", "web3", "txpool", "satoshi"]
[Node.P2P] [Node.P2P]
MaxPeers = 200 MaxPeers = 200