Skip to content

Commit

Permalink
Merge pull request #122 from ava-labs/raj/update-config
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
rajranjan0608 authored Nov 27, 2023
2 parents def053f + 4355f45 commit 6871074
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"SKIP_FAILED_REQUESTS": false
}
},
"NATIVE_CLIENT": true,
"DEBUG": false,
"NATIVE_CLIENT": false,
"DEBUG": true,
"couponConfig": {
"IS_ENABLED": true,
"MAX_LIMIT_CAP": 5000
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": 0.01,
"DRIP_AMOUNT": 2,
"DECIMALS": 18,
"RECALIBRATE": 30,
"COUPON_REQUIRED": true,
"RATELIMIT": {
"MAX_LIMIT": 5,
"WINDOW_SIZE": 60
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
Expand Down

0 comments on commit 6871074

Please sign in to comment.