Skip to content

Commit 5a6e100

Browse files
authored
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>
1 parent 092dc13 commit 5a6e100

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

config.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,23 @@
218218
"WINDOW_SIZE": 1440
219219
}
220220
},
221+
{
222+
"ID": "ECLIPSET",
223+
"NAME": "Eclipse Testnet",
224+
"TOKEN": "ECLP",
225+
"RPC": "https://subnets.avax.network/eclipsecha/testnet/rpc",
226+
"CHAINID": 555666,
227+
"EXPLORER": "https://subnets-test.avax.network/eclipsecha",
228+
"IMAGE": "https://raw.githubusercontent.com/Thor-Financial/Eclipse-assets/main/eclipse-logo.png",
229+
"MAX_PRIORITY_FEE": "10000000000",
230+
"MAX_FEE": "100000000000",
231+
"DRIP_AMOUNT": 1,
232+
"DECIMALS": 18,
233+
"RATELIMIT": {
234+
"MAX_LIMIT": 1,
235+
"WINDOW_SIZE": 1440
236+
}
237+
}
221238
],
222239
"erc20tokens": [
223240
{

0 commit comments

Comments
 (0)