Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/ava-labs/faucet-client
Browse files Browse the repository at this point in the history
… into raj/mainnet-balance-check
  • Loading branch information
rajranjan0608 committed Dec 14, 2023
2 parents 9557d2d + 39d01a6 commit 493cb6f
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 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,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": 2,
"DRIP_AMOUNT": 0.01,
"DECIMALS": 18,
"RECALIBRATE": 30,
"COUPON_REQUIRED": true,
"MAINNET_BALANCE_CHECK_RPC": "https://api.avax.network/ext/C/rpc",
"RATELIMIT": {
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
"MAX_LIMIT": 5,
"WINDOW_SIZE": 60
}
},
{
Expand Down Expand Up @@ -181,6 +181,23 @@
"MAX_LIMIT": 2,
"WINDOW_SIZE": 1440
}
},
{
"ID": "FERDYNET",
"NAME": "FerdyFlip Testnet",
"TOKEN": "FAVAX",
"RPC": "https://testnet-rpc.ferdyflip.xyz/rpc",
"CHAINID": 668577,
"EXPLORER": "https://devnet.routescan.io",
"IMAGE": "https://www.ferdyflip.xyz/images/heads.png",
"MAX_PRIORITY_FEE": "10000000000",
"MAX_FEE": "100000000000",
"DRIP_AMOUNT": 20,
"DECIMALS": 18,
"RATELIMIT": {
"MAX_LIMIT": 2,
"WINDOW_SIZE": 1440
}
}
],
"erc20tokens": [
Expand Down

0 comments on commit 493cb6f

Please sign in to comment.