Joystream Stats vor 1 Jahr
Ursprung
Commit
2f601c8d75
1 geänderte Dateien mit 12 neuen und 4 gelöschten Zeilen
  1. 12 4
      src/config.ts

+ 12 - 4
src/config.ts

@@ -1,11 +1,19 @@
 export const historyDepth = 336;
-export const domain = "https://pioneer.joystreamstats.live";
-export const wsLocation = "wss://pl.joystreamstats.live/rpc";
+
+export const domain = "https://pioneerapp.xyz";
+//export const domain = "https://pioneer.joystreamstats.live";
+
+export const wsLocation = "wss://rpc.joystream.org";
+//export const wsLocation = "wss://pl.joystreamstats.live/rpc";
+
+export const hydraLocation = "https://dp.0x2bc.com/graphql"
+export const queryNode= "https://tiguan08.com/graphql"
+
 export const apiLocation = "https://joystreamstats.live/api"
 export const socketLocation = "/socket.io"
-export const hydraLocation = "https://pl.joystreamstats.live/graphql"
-export const queryNode= "https://pl.joystreamstats.live/graphql"
+
 //export const alternativeBackendApis = "http://localhost:3000"
 export const alternativeBackendApis = "https://validators.joystreamstats.live"
+
 export const tasksEndpoint = "https://api.joystreamstats.live/tasks"
 // export const tasksEndpoint = "http://localhost:3500/tasks"