mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Metis L2 testnet and parent (#591)
* Add Metis Mainnet * Add Metis L2 testnet and parent * Corrected duplicate shortname and incorrect parent
This commit is contained in:
parent
351d0f6f8f
commit
58131d254a
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Metis",
|
||||
"chain": "METIS",
|
||||
"chain": "ETH",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
||||
"faucets": [],
|
||||
|
@ -13,10 +13,14 @@
|
|||
"shortName": "metis",
|
||||
"chainId": 1088,
|
||||
"networkId": 1088,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscan",
|
||||
"name": "blockscout",
|
||||
"url": "https://andromeda-explorer.metis.io/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}],
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [ {"url":"https://bridge.metis.io"} ]
|
||||
}
|
||||
}
|
||||
|
|
26
_data/chains/eip155-588.json
Normal file
26
_data/chains/eip155-588.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"} ]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user