From b6fe6bf2904809e57699bf2b289c0ff1e8f25b1e Mon Sep 17 00:00:00 2001 From: 0xhappyleow <58267901+happyleow@users.noreply.github.com> Date: Fri, 19 Apr 2024 02:17:02 +0800 Subject: [PATCH] feat: modify native token name on eclipse testnet (#145) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 359c79b..4c0cb60 100644 --- a/config.json +++ b/config.json @@ -221,7 +221,7 @@ { "ID": "ECLIPSET", "NAME": "Eclipse Testnet", - "TOKEN": "ECLP", + "TOKEN": "ECLPS", "RPC": "https://subnets.avax.network/eclipsecha/testnet/rpc", "CHAINID": 555666, "EXPLORER": "https://subnets-test.avax.network/eclipsecha",