From 332273d2b3330442c3f9b20f5ae93b16ff17882d Mon Sep 17 00:00:00 2001 From: Raj Ranjan Date: Thu, 28 Dec 2023 21:09:13 +0530 Subject: [PATCH] prod configs (#132) --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index a426136..83e1f71 100644 --- a/config.json +++ b/config.json @@ -9,7 +9,7 @@ "SKIP_FAILED_REQUESTS": false } }, - "NATIVE_CLIENT": true, + "NATIVE_CLIENT": false, "DEBUG": true, "couponConfig": { "IS_ENABLED": true, @@ -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 } }, {