Bladeren bron

20230222: Changed wsLocation to live server

mkbeefcake 1 jaar geleden
bovenliggende
commit
f6bbf3b93e
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      src/config.ts

+ 2 - 1
src/config.ts

@@ -1,6 +1,7 @@
 export const historyDepth = 336;
 export const domain = "https://pioneer.joystreamstats.live";
-export const wsLocation = "wss://joystreamstats.live:9945";
+//export const wsLocation = "wss://joystreamstats.live:9945";
+export const wsLocation = "wss://rpc.joystream.org:9944";
 export const apiLocation = "https://api.joystreamstats.live/api"
 export const socketLocation = "/socket.io"
 export const hydraLocation = "https://hydra.joystream.org/graphql"