We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015659f commit 332273dCopy full SHA for 332273d
1 file changed
config.json
@@ -9,7 +9,7 @@
9
"SKIP_FAILED_REQUESTS": false
10
}
11
},
12
- "NATIVE_CLIENT": true,
+ "NATIVE_CLIENT": false,
13
"DEBUG": true,
14
"couponConfig": {
15
"IS_ENABLED": true,
@@ -26,14 +26,14 @@
26
"IMAGE": "https://glacier-api.avax.network/proxy/chain-assets/main/chains/43113/chain-logo.png",
27
"MAX_PRIORITY_FEE": "10000000000",
28
"MAX_FEE": "100000000000",
29
- "DRIP_AMOUNT": 0.01,
+ "DRIP_AMOUNT": 2,
30
"DECIMALS": 18,
31
"RECALIBRATE": 30,
32
"COUPON_REQUIRED": true,
33
"MAINNET_BALANCE_CHECK_RPC": "https://api.avax.network/ext/C/rpc",
34
"RATELIMIT": {
35
- "MAX_LIMIT": 5,
36
- "WINDOW_SIZE": 60
+ "MAX_LIMIT": 1,
+ "WINDOW_SIZE": 1440
37
38
39
{
0 commit comments