Jelajahi Sumber

QN load balancer

Joystream Stats 1 tahun lalu
induk
melakukan
6d7f3e1626
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/config.ts

+ 2 - 2
src/config.ts

@@ -6,8 +6,8 @@ export const domain = "https://pioneerapp.xyz";
 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 hydraLocation = "https://joystreamstats.live/graphql"
+export const queryNode= "https://joystreamstats.live/graphql"
 
 export const apiLocation = "https://joystreamstats.live/api"
 export const socketLocation = "/socket.io"