- // website
- export const domain = "https://testnet.joystream.org";
- // websocket location
- export const wsLocation = "wss://rome-rpc-endpoint.joystream.org:9944/";
- // telegram bot token
- export const token: string = "";
- // telegram chat ID
- export const chatid: string = "";
- // time between heartbeat announcement in milliseconds
- export const heartbeat = 60000 * 60 * 24;
|