From d4438547fd471604c216414c301c41c674f5411b Mon Sep 17 00:00:00 2001 From: Minh Doan Date: Wed, 4 Sep 2019 21:42:21 -0700 Subject: [PATCH] quick fix for betanet --- internal/configs/sharding/testnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/configs/sharding/testnet.go b/internal/configs/sharding/testnet.go index f2b05bd05..0688765fa 100644 --- a/internal/configs/sharding/testnet.go +++ b/internal/configs/sharding/testnet.go @@ -34,7 +34,7 @@ const ( // TestNetHTTPPattern is the http pattern for testnet. TestNetHTTPPattern = "http://s%d.b.hmny.io:9500" // TestNetWSPattern is the websocket pattern for testnet. - TestNetWSPattern = "ws://s%d.s.hmny.io:9800" + TestNetWSPattern = "ws://s%d.b.hmny.io:9800" ) func (testnetSchedule) InstanceForEpoch(epoch *big.Int) Instance {