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@214ecb3ff6 🚀
This commit is contained in:
parent
ad7fe7d063
commit
2bd450b1aa
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3339,6 +3339,32 @@
|
|||
"rpc": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}", "https://rinkeby.arbitrum.io/rpc", "wss://rinkeby.arbitrum.io/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://arbitrum.io"
|
||||
}, {
|
||||
"name": "Vision - Vpioneer Test Chain",
|
||||
"chainId": 666666,
|
||||
"shortName": "vpioneer",
|
||||
"networkId": 666666,
|
||||
"nativeCurrency": {
|
||||
"name": "VS",
|
||||
"symbol": "VS",
|
||||
"decimals": 6
|
||||
},
|
||||
"rpc": ["https://vpioneer.infragrid.v.network/ethereum/compatible"],
|
||||
"faucets": ["https://vpioneerfaucet.visionscan.org"],
|
||||
"infoURL": "https://visionscan.org"
|
||||
}, {
|
||||
"name": "Vision - Mainnet",
|
||||
"chainId": 888888,
|
||||
"shortName": "vision",
|
||||
"networkId": 888888,
|
||||
"nativeCurrency": {
|
||||
"name": "VS",
|
||||
"symbol": "VS",
|
||||
"decimals": 6
|
||||
},
|
||||
"rpc": ["https://infragrid.v.network/ethereum/compatible"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://visionscan.org"
|
||||
}, {
|
||||
"name": "Eluvio Content Fabric",
|
||||
"chainId": 955305,
|
||||
|
|
|
@ -4487,6 +4487,36 @@
|
|||
"url": "https://bridge.arbitrum.io"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Vision - Vpioneer Test Chain",
|
||||
"chain": "Vision-Vpioneer",
|
||||
"rpc": ["https://vpioneer.infragrid.v.network/ethereum/compatible"],
|
||||
"faucets": ["https://vpioneerfaucet.visionscan.org"],
|
||||
"nativeCurrency": {
|
||||
"name": "VS",
|
||||
"symbol": "VS",
|
||||
"decimals": 6
|
||||
},
|
||||
"infoURL": "https://visionscan.org",
|
||||
"shortName": "vpioneer",
|
||||
"chainId": 666666,
|
||||
"networkId": 666666,
|
||||
"slip44": 60
|
||||
}, {
|
||||
"name": "Vision - Mainnet",
|
||||
"chain": "Vision",
|
||||
"rpc": ["https://infragrid.v.network/ethereum/compatible"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "VS",
|
||||
"symbol": "VS",
|
||||
"decimals": 6
|
||||
},
|
||||
"infoURL": "https://visionscan.org",
|
||||
"shortName": "vision",
|
||||
"chainId": 888888,
|
||||
"networkId": 888888,
|
||||
"slip44": 60
|
||||
}, {
|
||||
"name": "Eluvio Content Fabric",
|
||||
"chain": "Eluvio",
|
||||
|
|
|
@ -256,6 +256,8 @@
|
|||
"sparta": "eip155:333888",
|
||||
"olympus": "eip155:333999",
|
||||
"arb-rinkeby": "eip155:421611",
|
||||
"vpioneer": "eip155:666666",
|
||||
"vision": "eip155:888888",
|
||||
"elv": "eip155:955305",
|
||||
"etho": "eip155:1313114",
|
||||
"xero": "eip155:1313500",
|
||||
|
|
Loading…
Reference in New Issue
Block a user