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@7af911c337 🚀
This commit is contained in:
parent
31b2816b8a
commit
bd8de8e9d9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -901,13 +901,26 @@
|
|||
"shortName": "tomo",
|
||||
"networkId": 88,
|
||||
"nativeCurrency": {
|
||||
"name": "TomoChain Ether",
|
||||
"name": "TomoChain",
|
||||
"symbol": "TOMO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.tomochain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tomocoin.io"
|
||||
"infoURL": "https://tomochain.com"
|
||||
}, {
|
||||
"name": "TomoChain Testnet",
|
||||
"chainId": 89,
|
||||
"shortName": "tomot",
|
||||
"networkId": 89,
|
||||
"nativeCurrency": {
|
||||
"name": "TomoChain",
|
||||
"symbol": "TOMO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.testnet.tomochain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tomochain.com"
|
||||
}, {
|
||||
"name": "CryptoKylin Testnet",
|
||||
"chainId": 95,
|
||||
|
|
|
@ -1194,15 +1194,30 @@
|
|||
"rpc": ["https://rpc.tomochain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TomoChain Ether",
|
||||
"name": "TomoChain",
|
||||
"symbol": "TOMO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://tomocoin.io",
|
||||
"infoURL": "https://tomochain.com",
|
||||
"shortName": "tomo",
|
||||
"chainId": 88,
|
||||
"networkId": 88,
|
||||
"slip44": 889
|
||||
}, {
|
||||
"name": "TomoChain Testnet",
|
||||
"chain": "TOMO",
|
||||
"rpc": ["https://rpc.testnet.tomochain.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "TomoChain",
|
||||
"symbol": "TOMO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://tomochain.com",
|
||||
"shortName": "tomot",
|
||||
"chainId": 89,
|
||||
"networkId": 89,
|
||||
"slip44": 889
|
||||
}, {
|
||||
"name": "CryptoKylin Testnet",
|
||||
"chain": "EOS",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"gttest": "eip155:85",
|
||||
"gt": "eip155:86",
|
||||
"tomo": "eip155:88",
|
||||
"tomot": "eip155:89",
|
||||
"Kylin Testnet": "eip155:95",
|
||||
"nsc": "eip155:96",
|
||||
"bnbt": "eip155:97",
|
||||
|
|
Loading…
Reference in New Issue
Block a user