mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
3dca1e84ab
* Added VSL chain info * Update _data/chains/eip155-7355310.json * Update eip155-7355310.json * Update vsl.json * Update eip155-7355310.json * Update eip155-7355310.json * Added VSL chain info Co-authored-by: ligi <ligi@ligi.de>
24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"name": "OpenVessel",
|
|
"chain": "VSL",
|
|
"icon": "vsl",
|
|
"rpc": ["https://mainnet-external.openvessel.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Vessel ETH",
|
|
"symbol": "VETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.openvessel.io",
|
|
"shortName": "vsl",
|
|
"chainId": 7355310,
|
|
"networkId": 7355310,
|
|
"explorers": [
|
|
{
|
|
"name": "openvessel-mainnet",
|
|
"url": "https://mainnet-explorer.openvessel.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|