Update ThunderCore mainnet/testnet info

This commit is contained in:
kcfang 2022-04-25 03:09:29 +08:00
parent b7860c2431
commit 3c94a05fd1
No known key found for this signature in database
GPG Key ID: B7EFCC18BCF9D709
2 changed files with 29 additions and 13 deletions

View File

@ -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,16 @@
"networkId": 108,
"slip44": 1001,
"explorers": [{
"name": "ThundercoreScan",
"url": "https://scan.thundercore.com",
"standard": "none"
}]
"explorers": [
{
"name": "thunderscan",
"url": "https://scan.thundercore.com",
"standard": "EIP3091"
},
{
"name": "thundercore-viewblock",
"url": "https://viewblock.io/thundercore",
"standard": "EIP3091"
}
]
}

View File

@ -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,16 @@
"shortName": "TST",
"chainId": 18,
"networkId": 18,
"explorers": [{
"name": "ThundercoreTestNetScanner",
"url": "https://scan-testnet.thundercore.com",
"standard": "none"
}]
"explorers": [
{
"name": "thunderscan-testnet",
"url": "https://scan-testnet.thundercore.com",
"standard": "EIP3091"
},
{
"name": "thundercore-blockscout-testnet",
"url": "https://explorer-testnet.thundercore.com",
"standard": "EIP3091"
}
]
}