config.ts 773 B

12345678910111213141516171819
  1. export const historyDepth = 336;
  2. export const domain = "https://pioneerapp.xyz";
  3. //export const domain = "https://pioneer.joystreamstats.live";
  4. export const wsLocation = "wss://rpc.joystream.org";
  5. //export const wsLocation = "wss://pl.joystreamstats.live/rpc";
  6. export const hydraLocation = "https://joystreamstats.live/graphql"
  7. export const queryNode= "https://joystreamstats.live/graphql"
  8. export const apiLocation = "https://joystreamstats.live/api"
  9. export const socketLocation = "/socket.io"
  10. //export const alternativeBackendApis = "http://localhost:3000"
  11. export const alternativeBackendApis = "https://validators.joystreamstats.live"
  12. export const tasksEndpoint = "https://api.joystreamstats.live/tasks"
  13. // export const tasksEndpoint = "http://localhost:3500/tasks"