config.ts 437 B

1234567
  1. export const domain = "https://testnet.joystream.org";
  2. export const wsLocation = "wss://joystreamstats.live:9945";
  3. export const apiLocation = "https://api.joystreamstats.live/api/v1"
  4. export const socketLocation = "/socket.io"
  5. export const hydraLocation = "https://hydra.joystream.org/graphql"
  6. // export const alternativeBackendApis = "http://localhost:3000"
  7. export const alternativeBackendApis = "https://validators.joystreamstats.live"