From 3dca1e84ab3ca2a813a6f327b94da05c0d2ea155 Mon Sep 17 00:00:00 2001 From: Alexander Shustanov Date: Thu, 5 Jan 2023 09:31:21 +0300 Subject: [PATCH] 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 --- _data/chains/eip155-7355310.json | 23 +++++++++++++++++++++++ _data/icons/vsl.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-7355310.json create mode 100644 _data/icons/vsl.json diff --git a/_data/chains/eip155-7355310.json b/_data/chains/eip155-7355310.json new file mode 100644 index 00000000..408bb4e6 --- /dev/null +++ b/_data/chains/eip155-7355310.json @@ -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" + } + ] +} diff --git a/_data/icons/vsl.json b/_data/icons/vsl.json new file mode 100644 index 00000000..e7fce7a9 --- /dev/null +++ b/_data/icons/vsl.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeknNzGCZXQK7egwfwyxQan7Lw8bLnqYsyoEgEbDNCzJX", + "width": 600, + "height": 529, + "format": "png" + } +]