forked from team-toast/foundry-tipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherc20Settings.json
51 lines (46 loc) · 1.07 KB
/
erc20Settings.json
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
{
"discord": {
"token": "M discord bot user token",
"user": "BOT USER ID",
"giveawayEmoji": "593992166502563865"
},
"coin": {
"type": "erc20",
"symbol": "ERC",
"decimals": 18,
"withdrawFee": 1,
"mintip": 0.01,
"infura": "wss://mainnet.infura.io/ws/v3/ID",
"keys": "/home/tipbot/.ethereum/keystore/",
"addresses": {
"wallet": "0x0000000000000000000000000000000000000000",
"contract": "0x0000000000000000000000000000000000000000"
}
},
"mysql": {
"db": "tipbot",
"tips": "tips",
"admins": "admins",
"user": "root",
"pass": "pass"
},
"commands": {
"example": [
"CHANNEL ID"
]
},
"pools": {
"pool": {
"printName": "Pool",
"admins": [
"USER ID"
],
"members": []
},
"giveaways": {
"printName": "Giveaways",
"admins": [],
"members": []
}
}
}