mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@c279c647d1 🚀
This commit is contained in:
parent
4f5bfaf4e3
commit
e264c900b6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -225,7 +225,7 @@
|
|||
"shortName": "TST",
|
||||
"networkId": 18,
|
||||
"nativeCurrency": {
|
||||
"name": "ThunderCore Testnet Ether",
|
||||
"name": "ThunderCore Testnet Token",
|
||||
"symbol": "TST",
|
||||
"decimals": 18
|
||||
},
|
||||
|
@ -1200,11 +1200,11 @@
|
|||
"shortName": "TT",
|
||||
"networkId": 108,
|
||||
"nativeCurrency": {
|
||||
"name": "ThunderCore Mainnet Ether",
|
||||
"name": "ThunderCore Token",
|
||||
"symbol": "TT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://mainnet-rpc.thundercore.com"],
|
||||
"rpc": ["https://mainnet-rpc.thundercore.com", "https://mainnet-rpc.thundertoken.net", "https://mainnet-rpc.thundercore.io"],
|
||||
"faucets": ["https://faucet.thundercore.com"],
|
||||
"infoURL": "https://thundercore.com"
|
||||
}, {
|
||||
|
|
|
@ -301,7 +301,7 @@
|
|||
"rpc": ["https://testnet-rpc.thundercore.com"],
|
||||
"faucets": ["https://faucet-testnet.thundercore.com"],
|
||||
"nativeCurrency": {
|
||||
"name": "ThunderCore Testnet Ether",
|
||||
"name": "ThunderCore Testnet Token",
|
||||
"symbol": "TST",
|
||||
"decimals": 18
|
||||
},
|
||||
|
@ -310,9 +310,9 @@
|
|||
"chainId": 18,
|
||||
"networkId": 18,
|
||||
"explorers": [{
|
||||
"name": "ThundercoreTestNetScanner",
|
||||
"url": "https://scan-testnet.thundercore.com",
|
||||
"standard": "none"
|
||||
"name": "thundercore-blockscout-testnet",
|
||||
"url": "https://explorer-testnet.thundercore.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Songbird Canary-Network",
|
||||
|
@ -1667,10 +1667,10 @@
|
|||
}, {
|
||||
"name": "ThunderCore Mainnet",
|
||||
"chain": "TT",
|
||||
"rpc": ["https://mainnet-rpc.thundercore.com"],
|
||||
"rpc": ["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
|
||||
},
|
||||
|
@ -1680,9 +1680,9 @@
|
|||
"networkId": 108,
|
||||
"slip44": 1001,
|
||||
"explorers": [{
|
||||
"name": "ThundercoreScan",
|
||||
"url": "https://scan.thundercore.com",
|
||||
"standard": "none"
|
||||
"name": "thundercore-viewblock",
|
||||
"url": "https://viewblock.io/thundercore",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Proton Testnet",
|
||||
|
|
Loading…
Reference in New Issue
Block a user