From a5fdcbbd2f6f133c3cd1b538d536d255aef381a2 Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:20:09 +0530 Subject: [PATCH] add: Intersect Subent config (#157) * Update config.json Signed-off-by: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> * review changes --------- Signed-off-by: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> Co-authored-by: Raj Ranjan --- config.json | 16 ++++++++++++++++ subnet-config.json | 17 ----------------- 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 subnet-config.json diff --git a/config.json b/config.json index 3c688ac..0c257da 100644 --- a/config.json +++ b/config.json @@ -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": [ diff --git a/subnet-config.json b/subnet-config.json deleted file mode 100644 index ec4bc9e..0000000 --- a/subnet-config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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 - } -} -