add elysium chains (#2275)

* add elysium's mainet and testnet

* typo

* fix action jobs

* reformat with prettier 
* update shortnames
This commit is contained in:
Ahmad 2023-02-14 16:43:36 +01:00 committed by GitHub
parent 7f3e2f5aa6
commit 413ffda4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}