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

This commit is contained in:
ligi 2022-10-19 19:12:50 +00:00
parent 78444a76b8
commit da0f283f71
9 changed files with 966 additions and 897 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,5 +23,6 @@
"type": "L2", "type": "L2",
"chain": "eip155-4", "chain": "eip155-4",
"bridges": [{ "url": "https://bridge.metis.io" }] "bridges": [{ "url": "https://bridge.metis.io" }]
} },
"status": "deprecated"
} }

27
chains/eip155-599.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Metis Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.gateway.metisdevops.link"],
"faucets": ["https://goerli.faucet.metisdevops.link"],
"nativeCurrency": {
"name": "Goerli Metis",
"symbol": "METIS",
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis-goerli",
"chainId": 599,
"networkId": 599,
"explorers": [
{
"name": "blockscout",
"url": "https://goerli.explorer.metisdevops.link",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{ "url": "https://testnet-bridge.metis.io" }]
}
}

File diff suppressed because one or more lines are too long

View File

@ -2169,6 +2169,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://acala.network" "infoURL": "https://acala.network"
}, {
"name": "Metis Goerli Testnet",
"chainId": 599,
"shortName": "metis-goerli",
"networkId": 599,
"nativeCurrency": {
"name": "Goerli Metis",
"symbol": "METIS",
"decimals": 18
},
"rpc": ["https://goerli.gateway.metisdevops.link"],
"faucets": ["https://goerli.faucet.metisdevops.link"],
"infoURL": "https://www.metis.io"
}, { }, {
"name": "Meshnyan testnet", "name": "Meshnyan testnet",
"chainId": 600, "chainId": 600,

View File

@ -3004,7 +3004,8 @@
"bridges": [{ "bridges": [{
"url": "https://bridge.metis.io" "url": "https://bridge.metis.io"
}] }]
} },
"status": "deprecated"
}, { }, {
"name": "Astar", "name": "Astar",
"chain": "ASTR", "chain": "ASTR",
@ -3070,6 +3071,32 @@
"chainId": 597, "chainId": 597,
"networkId": 597, "networkId": 597,
"slip44": 597 "slip44": 597
}, {
"name": "Metis Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.gateway.metisdevops.link"],
"faucets": ["https://goerli.faucet.metisdevops.link"],
"nativeCurrency": {
"name": "Goerli Metis",
"symbol": "METIS",
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis-goerli",
"chainId": 599,
"networkId": 599,
"explorers": [{
"name": "blockscout",
"url": "https://goerli.explorer.metisdevops.link",
"standard": "EIP3091"
}],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{
"url": "https://testnet-bridge.metis.io"
}]
}
}, { }, {
"name": "Meshnyan testnet", "name": "Meshnyan testnet",
"chain": "MeshTestChain", "chain": "MeshTestChain",

View File

@ -166,6 +166,7 @@
"maca": "eip155:595", "maca": "eip155:595",
"tkar": "eip155:596", "tkar": "eip155:596",
"taca": "eip155:597", "taca": "eip155:597",
"metis-goerli": "eip155:599",
"mesh-chain-testnet": "eip155:600", "mesh-chain-testnet": "eip155:600",
"SX-Testnet": "eip155:647", "SX-Testnet": "eip155:647",
"pixie-chain-testnet": "eip155:666", "pixie-chain-testnet": "eip155:666",