mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add elysium chains (#2275)
* add elysium's mainet and testnet * typo * fix action jobs * reformat with prettier * update shortnames
This commit is contained in:
parent
7f3e2f5aa6
commit
413ffda4f8
23
_data/chains/eip155-1338.json
Normal file
23
_data/chains/eip155-1338.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-1339.json
Normal file
23
_data/chains/eip155-1339.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user