From 5a6e100694946af1ef6fef85538008b77ae9a657 Mon Sep 17 00:00:00 2001 From: 0xhappyleow <58267901+happyleow@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:05:21 +0800 Subject: [PATCH] Add support for Eclipse Testnet(new) (#144) * feat: add eclipse testnet * fix: modify param values * fix: modify drip amount * fix: modify max_priority_fee --------- Signed-off-by: 0xhappyleow <58267901+happyleow@users.noreply.github.com> --- config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.json b/config.json index 8964fc0..0c8159e 100644 --- a/config.json +++ b/config.json @@ -218,6 +218,23 @@ "WINDOW_SIZE": 1440 } }, + { + "ID": "ECLIPSET", + "NAME": "Eclipse Testnet", + "TOKEN": "ECLP", + "RPC": "https://subnets.avax.network/eclipsecha/testnet/rpc", + "CHAINID": 555666, + "EXPLORER": "https://subnets-test.avax.network/eclipsecha", + "IMAGE": "https://raw.githubusercontent.com/Thor-Financial/Eclipse-assets/main/eclipse-logo.png", + "MAX_PRIORITY_FEE": "10000000000", + "MAX_FEE": "100000000000", + "DRIP_AMOUNT": 1, + "DECIMALS": 18, + "RATELIMIT": { + "MAX_LIMIT": 1, + "WINDOW_SIZE": 1440 + } + } ], "erc20tokens": [ {