chains/_data/chains/eip155-1338.json
Ahmad 413ffda4f8
add elysium chains (#2275)
* add elysium's mainet and testnet

* typo

* fix action jobs

* reformat with prettier 
* update shortnames
2023-02-14 16:43:36 +01:00

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"
}
]
}