Update ThunderCore mainnet/testnet info (#1104)

* Update ThunderCore mainnet/testnet info

* Remove thunderscan due to `block` not work
This commit is contained in:
kueichifang 2022-05-16 13:28:55 +08:00 committed by GitHub
parent db8572ab67
commit c279c647d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 13 deletions

View File

@ -2,13 +2,15 @@
"name": "ThunderCore Mainnet", "name": "ThunderCore Mainnet",
"chain": "TT", "chain": "TT",
"rpc": [ "rpc": [
"https://mainnet-rpc.thundercore.com" "https://mainnet-rpc.thundercore.com",
"https://mainnet-rpc.thundertoken.net",
"https://mainnet-rpc.thundercore.io"
], ],
"faucets": [ "faucets": [
"https://faucet.thundercore.com" "https://faucet.thundercore.com"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "ThunderCore Mainnet Ether", "name": "ThunderCore Token",
"symbol": "TT", "symbol": "TT",
"decimals": 18 "decimals": 18
}, },
@ -18,9 +20,11 @@
"networkId": 108, "networkId": 108,
"slip44": 1001, "slip44": 1001,
"explorers": [{ "explorers": [
"name": "ThundercoreScan", {
"url": "https://scan.thundercore.com", "name": "thundercore-viewblock",
"standard": "none" "url": "https://viewblock.io/thundercore",
}] "standard": "EIP3091"
}
]
} }

View File

@ -8,7 +8,7 @@
"https://faucet-testnet.thundercore.com" "https://faucet-testnet.thundercore.com"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "ThunderCore Testnet Ether", "name": "ThunderCore Testnet Token",
"symbol": "TST", "symbol": "TST",
"decimals": 18 "decimals": 18
}, },
@ -16,9 +16,11 @@
"shortName": "TST", "shortName": "TST",
"chainId": 18, "chainId": 18,
"networkId": 18, "networkId": 18,
"explorers": [{ "explorers": [
"name": "ThundercoreTestNetScanner", {
"url": "https://scan-testnet.thundercore.com", "name": "thundercore-blockscout-testnet",
"standard": "none" "url": "https://explorer-testnet.thundercore.com",
}] "standard": "EIP3091"
}
]
} }