Joystream Stats 2 anos atrás
pai
commit
530cd5abcb
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/config.ts

+ 2 - 2
src/config.ts

@@ -3,8 +3,8 @@ export const domain = "https://pioneer.joystreamstats.live";
 export const wsLocation = "wss://olympia.joystreamstats.live/rpc";
 export const apiLocation = "https://joystreamstats.live/api"
 export const socketLocation = "/socket.io"
-export const hydraLocation = "https://hydra.joystream.org/graphql"
-export const queryNode= "https://hydra.joystream.org/graphql"
+export const hydraLocation = "https://ipfs.joystreamstats.live/graphql"
+export const queryNode= "https://ipfs.joystreamstats.live/graphql"
 //export const alternativeBackendApis = "http://localhost:3000"
 export const alternativeBackendApis = "https://validators.joystreamstats.live"
 export const tasksEndpoint = "https://api.joystreamstats.live/tasks"