Skip to content

Commit

Permalink
cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rajranjan0608 committed Dec 14, 2023
1 parent 61bbc34 commit 39d01a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"SKIP_FAILED_REQUESTS": false
}
},
"NATIVE_CLIENT": false,
"NATIVE_CLIENT": true,
"DEBUG": true,
"couponConfig": {
"IS_ENABLED": true,
Expand All @@ -26,13 +26,13 @@
"IMAGE": "https://glacier-api.avax.network/proxy/chain-assets/main/chains/43113/chain-logo.png",
"MAX_PRIORITY_FEE": "10000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 2,
"DRIP_AMOUNT": 0.01,
"DECIMALS": 18,
"RECALIBRATE": 30,
"COUPON_REQUIRED": true,
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
"MAX_LIMIT": 5,
"WINDOW_SIZE": 60
}
},
{
Expand Down

0 comments on commit 39d01a6

Please sign in to comment.