Skip to content

Commit

Permalink
Add support for Eclipse Testnet(new) (#144)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
happyleow committed Apr 12, 2024
1 parent 092dc13 commit 5a6e100
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 5a6e100

Please sign in to comment.