config.ts 668 B

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