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
597 B
JSON
24 lines
597 B
JSON
{
|
|
"name": "Elysium Testnet",
|
|
"title": "An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged",
|
|
"chain": "Elysium",
|
|
"rpc": ["https://elysium-test-rpc.vulcanforged.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "LAVA",
|
|
"symbol": "LAVA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://elysiumscan.vulcanforged.com",
|
|
"shortName": "ELST",
|
|
"chainId": 1338,
|
|
"networkId": 1338,
|
|
"explorers": [
|
|
{
|
|
"name": "Elysium testnet explorer",
|
|
"url": "https://elysium-explorer.vulcanforged.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|