From c279c647d17e145ba7df5a7663691680ac8be404 Mon Sep 17 00:00:00 2001 From: kueichifang <53739377+kevin-thundertoken@users.noreply.github.com> Date: Mon, 16 May 2022 13:28:55 +0800 Subject: [PATCH] Update ThunderCore mainnet/testnet info (#1104) * Update ThunderCore mainnet/testnet info * Remove thunderscan due to `block` not work --- _data/chains/eip155-108.json | 18 +++++++++++------- _data/chains/eip155-18.json | 14 ++++++++------ 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/_data/chains/eip155-108.json b/_data/chains/eip155-108.json index a355e583..567cbc57 100644 --- a/_data/chains/eip155-108.json +++ b/_data/chains/eip155-108.json @@ -2,13 +2,15 @@ "name": "ThunderCore Mainnet", "chain": "TT", "rpc": [ - "https://mainnet-rpc.thundercore.com" + "https://mainnet-rpc.thundercore.com", + "https://mainnet-rpc.thundertoken.net", + "https://mainnet-rpc.thundercore.io" ], "faucets": [ "https://faucet.thundercore.com" ], "nativeCurrency": { - "name": "ThunderCore Mainnet Ether", + "name": "ThunderCore Token", "symbol": "TT", "decimals": 18 }, @@ -18,9 +20,11 @@ "networkId": 108, "slip44": 1001, - "explorers": [{ - "name": "ThundercoreScan", - "url": "https://scan.thundercore.com", - "standard": "none" - }] + "explorers": [ + { + "name": "thundercore-viewblock", + "url": "https://viewblock.io/thundercore", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-18.json b/_data/chains/eip155-18.json index ca28eb1d..b2822c64 100644 --- a/_data/chains/eip155-18.json +++ b/_data/chains/eip155-18.json @@ -8,7 +8,7 @@ "https://faucet-testnet.thundercore.com" ], "nativeCurrency": { - "name": "ThunderCore Testnet Ether", + "name": "ThunderCore Testnet Token", "symbol": "TST", "decimals": 18 }, @@ -16,9 +16,11 @@ "shortName": "TST", "chainId": 18, "networkId": 18, - "explorers": [{ - "name": "ThundercoreTestNetScanner", - "url": "https://scan-testnet.thundercore.com", - "standard": "none" - }] + "explorers": [ + { + "name": "thundercore-blockscout-testnet", + "url": "https://explorer-testnet.thundercore.com", + "standard": "EIP3091" + } + ] }