浏览代码

olympia QN

Joystream Stats 2 年之前
父节点
当前提交
530cd5abcb
共有 1 个文件被更改,包括 2 次插入2 次删除
  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"