Skip to content

Commit

Permalink
prod configs (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajranjan0608 authored Dec 28, 2023
1 parent 015659f commit 332273d
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": true,
"NATIVE_CLIENT": false,
"DEBUG": true,
"couponConfig": {
"IS_ENABLED": true,
Expand All @@ -26,14 +26,14 @@
"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,
"MAINNET_BALANCE_CHECK_RPC": "https://api.avax.network/ext/C/rpc",
"RATELIMIT": {
"MAX_LIMIT": 5,
"WINDOW_SIZE": 60
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
Expand Down

0 comments on commit 332273d

Please sign in to comment.