Deploying to gh-pages from @ ethereum-lists/chains@7af911c337 🚀

This commit is contained in:
ligi 2022-01-28 14:58:39 +00:00
parent 31b2816b8a
commit bd8de8e9d9
5 changed files with 35 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -901,13 +901,26 @@
"shortName": "tomo", "shortName": "tomo",
"networkId": 88, "networkId": 88,
"nativeCurrency": { "nativeCurrency": {
"name": "TomoChain Ether", "name": "TomoChain",
"symbol": "TOMO", "symbol": "TOMO",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://rpc.tomochain.com"], "rpc": ["https://rpc.tomochain.com"],
"faucets": [], "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", "name": "CryptoKylin Testnet",
"chainId": 95, "chainId": 95,

View File

@ -1194,15 +1194,30 @@
"rpc": ["https://rpc.tomochain.com"], "rpc": ["https://rpc.tomochain.com"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "TomoChain Ether", "name": "TomoChain",
"symbol": "TOMO", "symbol": "TOMO",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://tomocoin.io", "infoURL": "https://tomochain.com",
"shortName": "tomo", "shortName": "tomo",
"chainId": 88, "chainId": 88,
"networkId": 88, "networkId": 88,
"slip44": 889 "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", "name": "CryptoKylin Testnet",
"chain": "EOS", "chain": "EOS",

View File

@ -69,6 +69,7 @@
"gttest": "eip155:85", "gttest": "eip155:85",
"gt": "eip155:86", "gt": "eip155:86",
"tomo": "eip155:88", "tomo": "eip155:88",
"tomot": "eip155:89",
"Kylin Testnet": "eip155:95", "Kylin Testnet": "eip155:95",
"nsc": "eip155:96", "nsc": "eip155:96",
"bnbt": "eip155:97", "bnbt": "eip155:97",