Changed Metis chain names for consistency (#599)

* Add Metis Mainnet

* Add Metis L2 testnet and parent

* Corrected duplicate shortname and incorrect parent

* Changed Metis chain names for consistency
This commit is contained in:
Pavel Sinelnikov 2021-11-26 12:53:57 -05:00 committed by GitHub
parent 4254f80dc6
commit 0875bb85b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 20 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Metis",
"name": "Metis Andromeda Mainnet",
"chain": "ETH",
"network": "mainnet",
"rpc": ["https://andromeda.metis.io/?owner=1088"],
@ -10,17 +10,19 @@
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis",
"shortName": "metis-andromeda",
"chainId": 1088,
"networkId": 1088,
"explorers": [{
"name": "blockscout",
"url": "https://andromeda-explorer.metis.io/",
"standard": "none"
}],
"explorers": [
{
"name": "blockscout",
"url": "https://andromeda-explorer.metis.io/",
"standard": "EIP3091"
}
],
"parent": {
"type" : "L2",
"type": "L2",
"chain": "eip155-1",
"bridges": [ {"url":"https://bridge.metis.io"} ]
}
"bridges": [{ "url": "https://bridge.metis.io" }]
}
}

View File

@ -1,5 +1,5 @@
{
"name": "Metis Testnet Rinkeby",
"name": "Metis Stardust Testnet",
"chain": "ETH",
"network": "rinkeby",
"rpc": ["https://stardust.metis.io/?owner=588"],
@ -10,17 +10,19 @@
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis-rinkeby",
"shortName": "metis-stardust",
"chainId": 588,
"networkId": 588,
"explorers": [{
"name": "blockscout",
"url": "https://stardust-explorer.metis.io/",
"standard": "none"
}],
"explorers": [
{
"name": "blockscout",
"url": "https://stardust-explorer.metis.io/",
"standard": "EIP3091"
}
],
"parent": {
"type" : "L2",
"type": "L2",
"chain": "eip155-4",
"bridges": [ {"url":"https://bridge.metis.io"} ]
}
"bridges": [{ "url": "https://bridge.metis.io" }]
}
}