12345678910111213141516171819 |
- export const historyDepth = 336;
- export const domain = "https://pioneerapp.xyz";
- //export const domain = "https://pioneer.joystreamstats.live";
- export const wsLocation = "wss://rpc.joystream.org";
- //export const wsLocation = "wss://pl.joystreamstats.live/rpc";
- 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"
- //export const alternativeBackendApis = "http://localhost:3000"
- export const alternativeBackendApis = "https://validators.joystreamstats.live"
- export const tasksEndpoint = "https://api.joystreamstats.live/tasks"
- // export const tasksEndpoint = "http://localhost:3500/tasks"
|