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@6f12dbe786 🚀
This commit is contained in:
parent
6704414c92
commit
f2e9ea1a34
File diff suppressed because one or more lines are too long
19
chains/eip155-513100.json
Normal file
19
chains/eip155-513100.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "ethereum Fair",
|
||||
"chainId": 513100,
|
||||
"networkId": 1,
|
||||
"shortName": "etf",
|
||||
"chain": "ETF",
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
"https://rpc.etherfair.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"explorers": [
|
||||
],
|
||||
"infoURL": "https://etherfair.org"
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5601,6 +5601,19 @@
|
|||
"rpc": ["https://galaxy.block.caduceus.foundation", "wss://galaxy.block.caduceus.foundation"],
|
||||
"faucets": ["https://dev.caduceus.foundation/testNetwork"],
|
||||
"infoURL": "https://caduceus.foundation/"
|
||||
}, {
|
||||
"name": "ethereum Fair",
|
||||
"chainId": 513100,
|
||||
"shortName": "etf",
|
||||
"networkId": 1,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.etherfair.org"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://etherfair.org"
|
||||
}, {
|
||||
"name": "Vision - Vpioneer Test Chain",
|
||||
"chainId": 666666,
|
||||
|
|
|
@ -8102,6 +8102,21 @@
|
|||
"url": "https://galaxy.scan.caduceus.foundation",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "ethereum Fair",
|
||||
"chainId": 513100,
|
||||
"networkId": 1,
|
||||
"shortName": "etf",
|
||||
"chain": "ETF",
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.etherfair.org"],
|
||||
"faucets": [],
|
||||
"explorers": [],
|
||||
"infoURL": "https://etherfair.org"
|
||||
}, {
|
||||
"name": "Vision - Vpioneer Test Chain",
|
||||
"chain": "Vision-Vpioneer",
|
||||
|
|
|
@ -430,6 +430,7 @@
|
|||
"wlkt": "eip155:444900",
|
||||
"oc": "eip155:474142",
|
||||
"cmp": "eip155:512512",
|
||||
"etf": "eip155:513100",
|
||||
"vpioneer": "eip155:666666",
|
||||
"bloqs4good": "eip155:846000",
|
||||
"vision": "eip155:888888",
|
||||
|
|
Loading…
Reference in New Issue
Block a user