Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 408da26

Browse files
committed
Add web relay constants
1 parent 68f4a85 commit 408da26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/constants.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const (
5151
DataPushNodeTwo = "QmPPg2qeF3n2KvTRXRZLaTwHCw8JxzF4uZK93RfMoDvf2o"
5252
DataPushNodeThree = "QmY8puEnVx66uEet64gAf4VZRo7oUyMCwG6KdB9KM92EGQ"
5353

54+
WebRelayOne = "wss://webchat.ob1.io:8080"
55+
5456
BootstrapNodeTestnet_BrooklynFlea = "/ip4/165.227.117.91/tcp/4001/ipfs/Qmaa6De5QYNqShzPb9SGSo8vLmoUte8mnWgzn4GYwzuUYA"
5557
BootstrapNodeTestnet_Shipshewana = "/ip4/46.101.221.165/tcp/4001/ipfs/QmVAQYg7ygAWTWegs8HSV2kdW1MqW8WMrmpqKG1PQtkgTC"
5658
BootstrapNodeDefault_LeMarcheSerpette = "/ip4/107.170.133.32/tcp/4001/ipfs/QmUZRGLhcKXF1JyuaHgKm23LvqcoMYwtb9jmh8CkP4og3K"
@@ -79,6 +81,8 @@ var (
7981
BootstrapNodeTestnet_BrooklynFlea,
8082
BootstrapNodeTestnet_Shipshewana,
8183
}
84+
85+
WebRelayServers = []string{WebRelayOne}
8286
)
8387

8488
func EthereumDefaultOptions() map[string]interface{} {

0 commit comments

Comments
 (0)