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

This commit is contained in:
ligi 2022-05-02 07:12:28 +00:00
parent 94e736bee5
commit 763ff4e617
5 changed files with 40 additions and 3 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

@ -1922,6 +1922,19 @@
"rpc": ["https://stardust.metis.io/?owner=588"], "rpc": ["https://stardust.metis.io/?owner=588"],
"faucets": [], "faucets": [],
"infoURL": "https://www.metis.io" "infoURL": "https://www.metis.io"
}, {
"name": "Astar",
"chainId": 592,
"shortName": "astr",
"networkId": 592,
"nativeCurrency": {
"name": "Astar",
"symbol": "ASTR",
"decimals": 18
},
"rpc": ["https://rpc.astar.network:8545"],
"faucets": [],
"infoURL": "https://astar.network/"
}, { }, {
"name": "Acala Mandala Testnet", "name": "Acala Mandala Testnet",
"chainId": 595, "chainId": 595,

View File

@ -2396,10 +2396,12 @@
"shortName": "sdn", "shortName": "sdn",
"chainId": 336, "chainId": 336,
"networkId": 336, "networkId": 336,
"icon": "shiden",
"explorers": [{ "explorers": [{
"name": "subscan", "name": "subscan",
"url": "https://shiden.subscan.io", "url": "https://shiden.subscan.io",
"standard": "none" "standard": "none",
"icon": "subscan"
}] }]
}, { }, {
"name": "Cronos Testnet", "name": "Cronos Testnet",
@ -2673,6 +2675,27 @@
"url": "https://bridge.metis.io" "url": "https://bridge.metis.io"
}] }]
} }
}, {
"name": "Astar",
"chain": "ASTR",
"rpc": ["https://rpc.astar.network:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Astar",
"symbol": "ASTR",
"decimals": 18
},
"infoURL": "https://astar.network/",
"shortName": "astr",
"chainId": 592,
"networkId": 592,
"icon": "astar",
"explorers": [{
"name": "subscan",
"url": "https://astar.subscan.io",
"standard": "none",
"icon": "subscan"
}]
}, { }, {
"name": "Acala Mandala Testnet", "name": "Acala Mandala Testnet",
"chain": "mACA", "chain": "mACA",

View File

@ -147,6 +147,7 @@
"CLASS": "eip155:555", "CLASS": "eip155:555",
"tao": "eip155:558", "tao": "eip155:558",
"metis-stardust": "eip155:588", "metis-stardust": "eip155:588",
"astr": "eip155:592",
"maca": "eip155:595", "maca": "eip155:595",
"mesh-chain-testnet": "eip155:600", "mesh-chain-testnet": "eip155:600",
"pixie-chain-testnet": "eip155:666", "pixie-chain-testnet": "eip155:666",