12345678910111213141516171819 |
- // website
- export const domain = "https://pioneer.joystreamstats.live";
- // websocket location
- export const wsLocation = "wss://joystreamstats.live:9945";
- export const discordToken = ""
- export const tgToken = "";
- // telegram chat ID
- export const chatid = "-1001438587296";
- // time between heartbeat announcement in milliseconds
- export const heartbeat = 60000 * 60 * 6;
- // minutes between checking for proposal updates
- export const proposalDelay = 15
- export const suppressedThreads = [180, 265, 275, 390]; // 180 tokens, 265 faucet, 275 pets, 390 bounty-24
|