Skip to content

Commit 332273d

Browse files
prod configs (#132)
1 parent 015659f commit 332273d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"SKIP_FAILED_REQUESTS": false
1010
}
1111
},
12-
"NATIVE_CLIENT": true,
12+
"NATIVE_CLIENT": false,
1313
"DEBUG": true,
1414
"couponConfig": {
1515
"IS_ENABLED": true,
@@ -26,14 +26,14 @@
2626
"IMAGE": "https://glacier-api.avax.network/proxy/chain-assets/main/chains/43113/chain-logo.png",
2727
"MAX_PRIORITY_FEE": "10000000000",
2828
"MAX_FEE": "100000000000",
29-
"DRIP_AMOUNT": 0.01,
29+
"DRIP_AMOUNT": 2,
3030
"DECIMALS": 18,
3131
"RECALIBRATE": 30,
3232
"COUPON_REQUIRED": true,
3333
"MAINNET_BALANCE_CHECK_RPC": "https://api.avax.network/ext/C/rpc",
3434
"RATELIMIT": {
35-
"MAX_LIMIT": 5,
36-
"WINDOW_SIZE": 60
35+
"MAX_LIMIT": 1,
36+
"WINDOW_SIZE": 1440
3737
}
3838
},
3939
{

0 commit comments

Comments
 (0)