mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add elysium's mainet and testnet * typo * fix action jobs * reformat with prettier * update shortnames
24 lines
585 B
JSON
24 lines
585 B
JSON
{
|
|
"name": "Elysium Mainnet",
|
|
"title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged",
|
|
"chain": "Elysium",
|
|
"rpc": ["https://elysium-rpc.vulcanforged.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "LAVA",
|
|
"symbol": "LAVA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://elysiumscan.vulcanforged.com",
|
|
"shortName": "ELSM",
|
|
"chainId": 1339,
|
|
"networkId": 1339,
|
|
"explorers": [
|
|
{
|
|
"name": "Elysium mainnet explorer",
|
|
"url": "https://explorer.elysiumchain.tech",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|