Skip to content

Commit

Permalink
[testnet] use different dns for testnet config
Browse files Browse the repository at this point in the history
don't confuse with ostn

Signed-off-by: Leo Chen <[email protected]>
  • Loading branch information
Leo Chen committed Apr 29, 2020
1 parent 6bc6021 commit deb065a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/configs/sharding/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const (
testnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf

// TestNetHTTPPattern is the http pattern for testnet.
TestNetHTTPPattern = "https://api.s%d.os.hmny.io"
TestNetHTTPPattern = "https://api.s%d.tn.hmny.io"
// TestNetWSPattern is the websocket pattern for testnet.
TestNetWSPattern = "wss://ws.s%d.os.hmny.io"
TestNetWSPattern = "wss://ws.s%d.tn.hmny.io"
)

func (testnetSchedule) InstanceForEpoch(epoch *big.Int) Instance {
Expand Down

0 comments on commit deb065a

Please sign in to comment.