-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.example.ts
56 lines (56 loc) · 1.26 KB
/
config.example.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
export const config = {
bot: {
tokens: {
main: ``,
info: {
price: ``,
marketcap: ``,
supply: ``,
X16RT_hashrate: ``,
MinotaurX_hashrate: ``,
wavn_price: ``,
},
},
guild: ``,
prefix: `!avn`,
deletetimeout: 120000, // 2 minutes
timezone: [`Europe/Amsterdam`, `HH:mm:ss DD/MM/YYYY`],
},
project: {
site: `https://avn.network/`,
github: `https://github.com/AvianNetwork/Avian/`,
twitter: `https://twitter.com/avianfoundation`,
reddit: `https://www.reddit.com/r/aviannetwork`,
discord: `https://discord.gg/xDDMYA2SqV`,
telegram: `https://t.me/AvianNetwork`,
telegramann: `https://t.me/AvianNetworkAnnouncements`,
bitcointalk: `https://bitcointalk.org/index.php?topic=5377648`,
webwallet: `https://wallet.avn.network/`,
explorer: `https://explorer.avn.network/`,
donationaddress: `RDs4A4sDHp4otDHQQuFSaPDYEg2xx3hbdN`,
},
coin: {
name: `Avian`,
symbol: `avn`,
txfee: 0.01,
address: /^[R][a-zA-Z0-9]{33}$/,
rpc: {
hostname: `localhost`,
port: 1234,
username: `username`,
password: `password`,
},
},
channels: {
logging: ``,
bots: ``,
price: ``,
},
wavn: {
contractaddress: `0x752dc265eaf6da2db0f8e4a32d5596d3f18e8701`,
url: `https://wavn.avn.network/`,
},
nomics: {
apikey: ``,
},
};