Deploying to gh-pages from @ ethereum-lists/chains@351d0f6f8f 🚀

This commit is contained in:
ligi 2021-11-23 21:48:46 +00:00
parent 77277e72ec
commit 2f695b24e8
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

@ -1740,6 +1740,19 @@
"rpc": ["https://testrpc.bittorrentchain.io/"], "rpc": ["https://testrpc.bittorrentchain.io/"],
"faucets": [], "faucets": [],
"infoURL": "https://bittorrentchain.io/" "infoURL": "https://bittorrentchain.io/"
}, {
"name": "Metis",
"chainId": 1088,
"shortName": "metis",
"networkId": 1088,
"nativeCurrency": {
"name": "Metis",
"symbol": "METIS",
"decimals": 18
},
"rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [],
"infoURL": "https://www.metis.io"
}, { }, {
"name": "MathChain", "name": "MathChain",
"chainId": 1139, "chainId": 1139,

View File

@ -2349,6 +2349,26 @@
"url": "https://testscan.bittorrentchain.io/", "url": "https://testscan.bittorrentchain.io/",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Metis",
"chain": "METIS",
"network": "mainnet",
"rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [],
"nativeCurrency": {
"name": "Metis",
"symbol": "METIS",
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis",
"chainId": 1088,
"networkId": 1088,
"explorers": [{
"name": "blockscan",
"url": "https://andromeda-explorer.metis.io/",
"standard": "none"
}]
}, { }, {
"name": "MathChain", "name": "MathChain",
"chain": "MATH", "chain": "MATH",

View File

@ -133,6 +133,7 @@
"tclv": "eip155:1023", "tclv": "eip155:1023",
"clv": "eip155:1024", "clv": "eip155:1024",
"tbtt": "eip155:1028", "tbtt": "eip155:1028",
"metis": "eip155:1088",
"MATH": "eip155:1139", "MATH": "eip155:1139",
"tMATH": "eip155:1140", "tMATH": "eip155:1140",
"popcat": "eip155:1213", "popcat": "eip155:1213",