Skip to content

Commit

Permalink
Merge pull request #156 from UzairHannure/add-intersect-testnet-faucet
Browse files Browse the repository at this point in the history
Added Intersect Testnet faucet configuration with 5 token drip limit and 3 max requests
  • Loading branch information
ashucoder9 authored Sep 3, 2024
2 parents e3db957 + 4ec5b4d commit caeee03
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions subnet-config.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit caeee03

Please sign in to comment.