forked from ava-labs/avalanche-faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 1.26 KB
/
config.json
File metadata and controls
43 lines (43 loc) · 1.26 KB
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
{
"GLOBAL_RL": {
"ID": "GLOBAL",
"RATELIMIT": {
"REVERSE_PROXIES": 2,
"MAX_LIMIT": 200,
"WINDOW_SIZE": 1,
"PATH": "/",
"SKIP_FAILED_REQUESTS": false
}
},
"NATIVE_CLIENT": true,
"DEBUG": true,
"couponConfig": {
"IS_ENABLED": false,
"MAX_LIMIT_CAP": 5000
},
"MAINNET_BALANCE_CHECK_RPC": "https://api.avax.network/ext/C/rpc",
"MAINNET_BALANCE_CHECK_CHAIN_ID": 43114,
"evmchains": [
{
"ID": "DOS",
"NAME": "DOS Testnet",
"TOKEN": "DOS",
"RPC": "https://test.doschain.com",
"CHAINID": 3939,
"EXPLORER": "https://test.doscan.io",
"IMAGE": "https://raw.githubusercontent.com/DOS/DOScan-Frontend-Configs/main/configs/network-icons/DOS_logo_Standard.svg",
"MAX_PRIORITY_FEE": "2000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 2,
"DECIMALS": 18,
"RECALIBRATE": 30,
"COUPON_REQUIRED": false,
"MAINNET_BALANCE_CHECK_ENABLED": false,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": []
}