Merge pull request #1515 from mikedoan/fix6

quick typo fix for betanet
pull/1519/head
Minh Doan 5 years ago committed by GitHub
commit 924b0b4d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 {

Loading…
Cancel
Save