mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
580 B
JSON
26 lines
580 B
JSON
{
|
|
"name": "Mythical Chain",
|
|
"chain": "MYTH",
|
|
"rpc": ["https://chain-rpc.mythicalgames.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Mythos",
|
|
"symbol": "MYTH",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://mythicalgames.com/",
|
|
"shortName": "myth",
|
|
"chainId": 201804,
|
|
"networkId": 201804,
|
|
"icon": "mythical",
|
|
"explorers": [
|
|
{
|
|
"name": "Mythical Chain Explorer",
|
|
"url": "https://explorer.mythicalgames.com",
|
|
"icon": "mythical",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|