1234567891011121314151617 |
- // 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 = "";
- // telegram chat ID
- export const chatid = "";
- // time between heartbeat announcement in milliseconds
- export const heartbeat = 60000 * 60 * 24;
- // minutes between checking for proposal updates
- export const proposalDelay = 15
|