config.ts 272 B

1234567891011
  1. // website
  2. export const domain = "https://testnet.joystream.org";
  3. export const wsLocation = "ws://rome-rpc-endpoint.joystream.org:9944/";
  4. // websocket location
  5. // telegram bot token
  6. export const token: string = "";
  7. // telegram chat ID
  8. export const chatid: string = "";