From a8382338e4eb1b7e1da4e50a38b9cc5cb779ad44 Mon Sep 17 00:00:00 2001 From: Tim Wu Date: Fri, 10 Feb 2023 12:59:17 -0500 Subject: [PATCH] update config.toml --- chain/westend/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chain/westend/config.toml b/chain/westend/config.toml index ae8ebd1e55..f9403abcf2 100644 --- a/chain/westend/config.toml +++ b/chain/westend/config.toml @@ -33,6 +33,7 @@ nomdns = false [rpc] enabled = false +external = false port = 8545 host = "localhost" modules = [ @@ -48,6 +49,9 @@ modules = [ "payment", ] ws-port = 8546 +ws = false +ws-external = false + [pprof] listening-address = "localhost:6060"