From 4ec5b4dacc30c5fba7e7f690903263146e49274c Mon Sep 17 00:00:00 2001 From: Uzair Hannure Date: Mon, 2 Sep 2024 10:25:41 +0200 Subject: [PATCH] Added Intersect Testnet faucet configuration with 5 token drip limit and 3 max requests --- subnet-config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 subnet-config.json diff --git a/subnet-config.json b/subnet-config.json new file mode 100644 index 0000000..ec4bc9e --- /dev/null +++ b/subnet-config.json @@ -0,0 +1,17 @@ +{ + "ID": "intersect-testnet", + "NAME": "Intersect Testnet", + "TOKEN": "Pearl (test)", + "RPC": "https://subnets.avax.network/pearl/testnet/rpc", + "CHAINID": 1612, + "EXPLORER": "https://subnets-test.avax.network/intersect", + "IMAGE": "https://raw.githubusercontent.com/UzairHannure/Subnet-Brand-Assets/main/ddd.webp", + "MAX_PRIORITY_FEE": "2000000000", + "MAX_FEE": "50000000000", + "DRIP_AMOUNT": 5, + "RATELIMIT": { + "MAX_LIMIT": 3, + "WINDOW_SIZE": 86400 + } +} +