Skip to content

Commit a63a1f4

Browse files
committed
fix mocha wss endpoint
1 parent ebcf54a commit a63a1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Server = {
66
},
77
WSS: {
88
mainnet: "wss://api.celenium.io/v1/ws",
9-
mocha: "wss://api-dev.celenium.io/v1/ws",
9+
mocha: "wss://api-mocha-4.celenium.io/v1/ws",
1010
dev: "wss://api-dev.celenium.io/v1/ws",
1111
},
1212
}

0 commit comments

Comments
 (0)