From 214ecb3ff64833aa6c0a02887239c008c1a5617e Mon Sep 17 00:00:00 2001 From: vchain007 <75559334+vchain007@users.noreply.github.com> Date: Sat, 15 Jan 2022 04:20:40 +0800 Subject: [PATCH] add eip155-666666 eip155-888888 (#770) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: “someone” <“someemail”> --- _data/chains/eip155-666666.json | 20 ++++++++++++++++++++ _data/chains/eip155-888888.json | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 _data/chains/eip155-666666.json create mode 100644 _data/chains/eip155-888888.json diff --git a/_data/chains/eip155-666666.json b/_data/chains/eip155-666666.json new file mode 100644 index 00000000..61e290d2 --- /dev/null +++ b/_data/chains/eip155-666666.json @@ -0,0 +1,20 @@ +{ + "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 +} \ No newline at end of file diff --git a/_data/chains/eip155-888888.json b/_data/chains/eip155-888888.json new file mode 100644 index 00000000..81960b40 --- /dev/null +++ b/_data/chains/eip155-888888.json @@ -0,0 +1,19 @@ +{ + "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 + } \ No newline at end of file