diff --git a/network/config.toml b/network/config.toml
index 235b4db9cc26d52bf0c0d6109aa1a4e759996e5b..a414c48626596514c5fe46215a1753fda1fc7ecd 100644
--- a/network/config.toml
+++ b/network/config.toml
@@ -61,8 +61,9 @@ IPCPath = "geth.ipc"
 HTTPPort = 8545
 HTTPVirtualHosts = ["localhost"]
 HTTPModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
+WSHost = "127.0.0.1"
 WSPort = 8546
-WSModules = ["net", "web3", "eth", "shh"]
+WSModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
 GraphQLPort = 8547
 GraphQLVirtualHosts = ["localhost"]
 
diff --git a/test2network/config.toml b/test2network/config.toml
index e31ed59b6a1c4c77a2cef07cf0152f173c91ec25..e94490c8fec451628446f3767b82b9e161f0e3c7 100644
--- a/test2network/config.toml
+++ b/test2network/config.toml
@@ -61,8 +61,9 @@ IPCPath = "geth.ipc"
 HTTPPort = 8545
 HTTPVirtualHosts = ["localhost"]
 HTTPModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
+WSHost = "127.0.0.1"
 WSPort = 8546
-WSModules = ["net", "web3", "eth", "shh"]
+WSModules = ["net", "web3", "eth", "shh", "clique", "admin", "miner", "personal"]
 GraphQLPort = 8547
 GraphQLVirtualHosts = ["localhost"]