mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
582 B
JSON
28 lines
582 B
JSON
{
|
|
"name": "Metis Stardust Testnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://stardust.metis.io/?owner=588"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "tMetis",
|
|
"symbol": "METIS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.metis.io",
|
|
"shortName": "metis-stardust",
|
|
"chainId": 588,
|
|
"networkId": 588,
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://stardust-explorer.metis.io/",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"parent": {
|
|
"type": "L2",
|
|
"chain": "eip155-4",
|
|
"bridges": [{ "url": "https://bridge.metis.io" }]
|
|
}
|
|
}
|