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"