forked from Joystream/community-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ts
77 lines (65 loc) · 2.35 KB
/
config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
import { ChannelNames } from "./src/types";
export const dbFile = "./db.json";
// href
export const domain = "https://pioneer.joystreamstats.live";
export const apiUrl = "https://api.joystreamstats.live/api";
export const statusUrl = "https://joystreamstats.live/static/status.json";
export const dapplookerUrl =
"https://analytics.dapplooker.com/api/public/dashboard/c70b56bd-09a0-4472-a557-796afdc64d3b/card/155";
export const wsLocation = "wss://rome-rpc-endpoint.joystream.org:9944"; //"wss://joystreamstats.live:9945";
// bot tokens
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;
export const councilStatusHeartbeat = 86400000;
// 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
// storage bot
export const reRunCronTimingInHour = 5;
// video bot
export const channelId = "938526399801729024";
export const hydraLocation = "https://orion.joystream.org/graphql";
export const waitFor = 60;
export const waitTimeUnit = "seconds";
export const createdAgo = 30;
export const createdAgoUnit = "minutes";
// wg bot
export const channelNames: ChannelNames = {
council: "council",
proposals: "proposals-bot",
forum: "forum-bot",
tokenomics: "tokenomics",
videos: "video-bot",
general: "general",
// groups https://github.com/Joystream/joystream/blob/giza/node/src/chain_spec/mod.rs#L302-L350
contentWorkingGroup: "content-curator",
storageWorkingGroup: "storage-provider",
distributionWorkingGroup: "distributors",
gatewayWorkingGroup: "gateways",
operationsWorkingGroupAlpha: "operations",
operationsWorkingGroupGamma: "kpis",
operationsWorkingGroupBeta: "content-creator",
};
export const wgEvents = [
"ApplicationTerminated",
"ApplicationWithdrawn",
"AppliedOnOpening",
"BeganApplicationReview",
"LeaderSet",
"LeaderUnset",
"MintCapacityChanged",
"OpeningAdded",
"OpeningFilled",
"StakeDecreased",
"StakeIncreased",
"StakeSlashed",
"TerminatedLeader",
"TerminatedWorker",
"WorkerExited",
"WorkerRewardAmountUpdated",
];
export const joystreamBlue = "#4038FF"; // official joystream blue, see https://www.joystream.org/brand/guides/