-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathwaves_keeper_blacklist.json
50 lines (49 loc) · 1.26 KB
/
waves_keeper_blacklist.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
{
"version": 1,
"whitelist": [
"swop.fi",
"waves.exchange",
"testnet.waves.exchange",
"oracles.wavesexplorer.com",
"tokenrating.wavesexplorer.com",
"waves-dapp.com",
"waves-ide.com",
"wavesducks.com",
"vires.finance"
],
"blacklist": [
"binance-promo.net"
],
"messages_config": {
"message_expiration_ms": 1800000,
"update_messages_ms": 30000,
"max_messages": 100
},
"pack_config": {
"max": 7,
"allow_tx": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18]
},
"network_config": {
"testnet": {
"code": "T",
"server": "https://nodes-testnet.wavesnodes.com/",
"matcher": "https://matcher-testnet.waves.exchange/"
},
"mainnet": {
"code": "W",
"server": "https://nodes-keeper.wavesnodes.com/",
"matcher": "https://matcher.waves.exchange/",
"swapChannel": "wss://keeper-swap.wvservices.com/"
},
"stagenet": {
"code": "S",
"server": " https://nodes-stagenet.wavesnodes.com/",
"matcher": "https://matcher-stagenet.waves.exchange/"
},
"custom": {
"code": "",
"server": "",
"matcher": ""
}
}
}