Skip to content

Commit

Permalink
add: Intersect Subent config (#157)
Browse files Browse the repository at this point in the history
* Update config.json

Signed-off-by: Ashutosh Tripathi <[email protected]>

* review changes

---------

Signed-off-by: Ashutosh Tripathi <[email protected]>
Co-authored-by: Raj Ranjan <[email protected]>
  • Loading branch information
ashucoder9 and rajranjan0608 committed Sep 5, 2024
1 parent caeee03 commit a5fdcbb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
16 changes: 16 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,22 @@
"MAX_LIMIT": 1,
"WINDOW_SIZE": 1440
}
},
{
"ID": "INTERSECT",
"NAME": "Intersect Testnet",
"TOKEN": "PEARL",
"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": 1440
}
}
],
"erc20tokens": [
Expand Down
17 changes: 0 additions & 17 deletions subnet-config.json

This file was deleted.

0 comments on commit a5fdcbb

Please sign in to comment.