mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@413ffda4f8 🚀
This commit is contained in:
parent
52450b696f
commit
7325da8a7c
File diff suppressed because one or more lines are too long
23
chains/eip155-1338.json
Normal file
23
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
chains/eip155-1339.json
Normal file
23
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3859,6 +3859,32 @@
|
|||
"rpc": ["http://127.0.0.1:8545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://geth.ethereum.org"
|
||||
}, {
|
||||
"name": "Elysium Testnet",
|
||||
"chainId": 1338,
|
||||
"shortName": "ELST",
|
||||
"networkId": 1338,
|
||||
"nativeCurrency": {
|
||||
"name": "LAVA",
|
||||
"symbol": "LAVA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://elysium-test-rpc.vulcanforged.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://elysiumscan.vulcanforged.com"
|
||||
}, {
|
||||
"name": "Elysium Mainnet",
|
||||
"chainId": 1339,
|
||||
"shortName": "ELSM",
|
||||
"networkId": 1339,
|
||||
"nativeCurrency": {
|
||||
"name": "LAVA",
|
||||
"symbol": "LAVA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://elysium-rpc.vulcanforged.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://elysiumscan.vulcanforged.com"
|
||||
}, {
|
||||
"name": "CIC Chain Mainnet",
|
||||
"chainId": 1353,
|
||||
|
|
|
@ -5549,6 +5549,46 @@
|
|||
"shortName": "geth",
|
||||
"chainId": 1337,
|
||||
"networkId": 1337
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "CIC Chain Mainnet",
|
||||
"chain": "CIC",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -296,6 +296,8 @@
|
|||
"aitd": "eip155:1319",
|
||||
"aitdtestnet": "eip155:1320",
|
||||
"geth": "eip155:1337",
|
||||
"ELST": "eip155:1338",
|
||||
"ELSM": "eip155:1339",
|
||||
"CIC": "eip155:1353",
|
||||
"ASAR": "eip155:1388",
|
||||
"zkevmtest": "eip155:1402",
|
||||
|
|
Loading…
Reference in New Issue
Block a user