Deploying to gh-pages from @ ethereum-lists/chains@58131d254a 🚀

This commit is contained in:
ligi 2021-11-24 06:11:58 +00:00
parent 2f695b24e8
commit 23f66f1c53
5 changed files with 53 additions and 5 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

@ -1454,6 +1454,19 @@
"rpc": ["https://rpc.testnet.tao.network", "http://rpc.testnet.tao.network:8545", "https://rpc.tao.network", "wss://rpc.tao.network"], "rpc": ["https://rpc.testnet.tao.network", "http://rpc.testnet.tao.network:8545", "https://rpc.tao.network", "wss://rpc.tao.network"],
"faucets": [], "faucets": [],
"infoURL": "https://tao.network" "infoURL": "https://tao.network"
}, {
"name": "Metis Testnet Rinkeby",
"chainId": 588,
"shortName": "metis-rinkeby",
"networkId": 588,
"nativeCurrency": {
"name": "tMetis",
"symbol": "METIS",
"decimals": 18
},
"rpc": ["https://stardust.metis.io/?owner=588"],
"faucets": [],
"infoURL": "https://www.metis.io"
}, { }, {
"name": "Acala Mandala Testnet", "name": "Acala Mandala Testnet",
"chainId": 595, "chainId": 595,

View File

@ -1993,6 +1993,33 @@
"shortName": "tao", "shortName": "tao",
"chainId": 558, "chainId": 558,
"networkId": 558 "networkId": 558
}, {
"name": "Metis Testnet Rinkeby",
"chain": "ETH",
"network": "rinkeby",
"rpc": ["https://stardust.metis.io/?owner=588"],
"faucets": [],
"nativeCurrency": {
"name": "tMetis",
"symbol": "METIS",
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis-rinkeby",
"chainId": 588,
"networkId": 588,
"explorers": [{
"name": "blockscout",
"url": "https://stardust-explorer.metis.io/",
"standard": "none"
}],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{
"url": "https://bridge.metis.io"
}]
}
}, { }, {
"name": "Acala Mandala Testnet", "name": "Acala Mandala Testnet",
"chain": "mACA", "chain": "mACA",
@ -2351,7 +2378,7 @@
}] }]
}, { }, {
"name": "Metis", "name": "Metis",
"chain": "METIS", "chain": "ETH",
"network": "mainnet", "network": "mainnet",
"rpc": ["https://andromeda.metis.io/?owner=1088"], "rpc": ["https://andromeda.metis.io/?owner=1088"],
"faucets": [], "faucets": [],
@ -2365,10 +2392,17 @@
"chainId": 1088, "chainId": 1088,
"networkId": 1088, "networkId": 1088,
"explorers": [{ "explorers": [{
"name": "blockscan", "name": "blockscout",
"url": "https://andromeda-explorer.metis.io/", "url": "https://andromeda-explorer.metis.io/",
"standard": "none" "standard": "none"
}],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{
"url": "https://bridge.metis.io"
}] }]
}
}, { }, {
"name": "MathChain", "name": "MathChain",
"chain": "MATH", "chain": "MATH",

View File

@ -111,6 +111,7 @@
"ogor": "eip155:420", "ogor": "eip155:420",
"rupx": "eip155:499", "rupx": "eip155:499",
"tao": "eip155:558", "tao": "eip155:558",
"metis-rinkeby": "eip155:588",
"maca": "eip155:595", "maca": "eip155:595",
"kar": "eip155:686", "kar": "eip155:686",
"tfeth": "eip155:721", "tfeth": "eip155:721",