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:
Pavel Sinelnikov 2021-11-24 01:09:38 -05:00 committed by GitHub
parent 351d0f6f8f
commit 58131d254a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 4 deletions

View File

@ -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"} ]
}
}

View 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"} ]
}
}