From b5f35ad14b05982074e8a3dd21db2c0017c95df6 Mon Sep 17 00:00:00 2001 From: Yuriy Stolyarov <42541133+ur-os@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:55:06 +0300 Subject: [PATCH] VinuChain (#3682) * VinuChain * update * Update vinuscan.json * Update vitainu.json * Update eip155-207.json --------- Co-authored-by: Yuri Stolyarov Co-authored-by: ligi --- _data/chains/eip155-207.json | 25 +++++++++++++++++++++++++ _data/icons/vinuscan.json | 8 ++++++++ _data/icons/vitainu.json | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 _data/chains/eip155-207.json create mode 100644 _data/icons/vinuscan.json create mode 100644 _data/icons/vitainu.json diff --git a/_data/chains/eip155-207.json b/_data/chains/eip155-207.json new file mode 100644 index 000000000000..a074fe6a5120 --- /dev/null +++ b/_data/chains/eip155-207.json @@ -0,0 +1,25 @@ +{ + "name": "VinuChain Network", + "chain": "VinuChain", + "icon": "vinuchain", + "rpc": ["https://vinuchain-rpc.com"], + "faucets": [], + "nativeCurrency": { + "name": "VinuChain", + "symbol": "VС", + "decimals": 18 + }, + "infoURL": "https://vitainu.org", + "shortName": "VC", + "chainId": 207, + "networkId": 207, + "icon": "vitainu", + "explorers": [ + { + "name": "VinuScan", + "url": "https://vinuscan.com", + "icon": "vinuscan", + "standard": "none" + } + ] +} diff --git a/_data/icons/vinuscan.json b/_data/icons/vinuscan.json new file mode 100644 index 000000000000..f1eed0010ebb --- /dev/null +++ b/_data/icons/vinuscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiayq7a5qncxzlilfnvpgzt4pwfxbof2qrqr2nyd2suztfummpty4i", + "width": 2000, + "height": 2000, + "format": "jpg" + } +] diff --git a/_data/icons/vitainu.json b/_data/icons/vitainu.json new file mode 100644 index 000000000000..de83672c263e --- /dev/null +++ b/_data/icons/vitainu.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreidtie4srt52ry67wd3dpxhklmug2ozrawvf3jdlljveinp3frutra", + "width": 2000, + "height": 392, + "format": "png" + } +]