Deploying to gh-pages from @ ethereum-lists/chains@6c888d7a7a 🚀

This commit is contained in:
ligi 2021-12-03 16:28:55 +00:00
parent d1f2640a3e
commit 63c36bfb73
5 changed files with 36 additions and 2 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

@ -1805,6 +1805,19 @@
"rpc": ["https://galois-hk.maiziqianbao.net/rpc"], "rpc": ["https://galois-hk.maiziqianbao.net/rpc"],
"faucets": ["https://scan.boka.network/#/Galois/faucet"], "faucets": ["https://scan.boka.network/#/Galois/faucet"],
"infoURL": "https://mathchain.org" "infoURL": "https://mathchain.org"
}, {
"name": "World Trade Technical Chain Mainnet",
"chainId": 1202,
"shortName": "wtt",
"networkId": 2048,
"nativeCurrency": {
"name": "World Trade Token",
"symbol": "WTT",
"decimals": 18
},
"rpc": ["https://rpc.cadaut.com", "wss://rpc.cadaut.com/ws"],
"faucets": [],
"infoURL": "http://www.cadaut.com"
}, { }, {
"name": "Popcateum Mainnet", "name": "Popcateum Mainnet",
"chainId": 1213, "chainId": 1213,

View File

@ -2448,6 +2448,26 @@
"shortName": "tMATH", "shortName": "tMATH",
"chainId": 1140, "chainId": 1140,
"networkId": 1140 "networkId": 1140
}, {
"name": "World Trade Technical Chain Mainnet",
"chain": "WTT",
"network": "mainnet",
"rpc": ["https://rpc.cadaut.com", "wss://rpc.cadaut.com/ws"],
"faucets": [],
"nativeCurrency": {
"name": "World Trade Token",
"symbol": "WTT",
"decimals": 18
},
"infoURL": "http://www.cadaut.com",
"shortName": "wtt",
"chainId": 1202,
"networkId": 2048,
"explorers": [{
"name": "WTTScout",
"url": "https://explorer.cadaut.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Popcateum Mainnet", "name": "Popcateum Mainnet",
"chain": "POPCATEUM", "chain": "POPCATEUM",

View File

@ -138,6 +138,7 @@
"metis-andromeda": "eip155:1088", "metis-andromeda": "eip155:1088",
"MATH": "eip155:1139", "MATH": "eip155:1139",
"tMATH": "eip155:1140", "tMATH": "eip155:1140",
"wtt": "eip155:1202",
"popcat": "eip155:1213", "popcat": "eip155:1213",
"HO": "eip155:1280", "HO": "eip155:1280",
"mbeam": "eip155:1284", "mbeam": "eip155:1284",