mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added VSL chain info (#1434)
* 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>
This commit is contained in:
parent
f56322fab0
commit
3dca1e84ab
23
_data/chains/eip155-7355310.json
Normal file
23
_data/chains/eip155-7355310.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/vsl.json
Normal file
8
_data/icons/vsl.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeknNzGCZXQK7egwfwyxQan7Lw8bLnqYsyoEgEbDNCzJX",
|
||||||
|
"width": 600,
|
||||||
|
"height": 529,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user