mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updated Metis Testnet Rinkeby chain to Goerli (#1736)
* Updated Metis Testnet Rinkeby chain to Goerli * Added deprecated metis stardust chain * Update _data/chains/eip155-588.json * Removed network parameter from stardust Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
0b9f1bab95
commit
7aff4a31fd
|
@ -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
_data/chains/eip155-599.json
Normal file
27
_data/chains/eip155-599.json
Normal 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" }]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user