From 7f3e2f5aa6cabad8b37eec48737a45ced792c12c Mon Sep 17 00:00:00 2001 From: Bread <97642356+Bread-VeSea@users.noreply.github.com> Date: Sun, 12 Feb 2023 02:47:34 +0100 Subject: [PATCH] Add vechain (#2259) * Create eip155-100009.json * Create eip155-100010.json * Create vechain.json * Update vechain.json * remove empty rpc element * remove empty rpc element * add empty rpc element array * Add empty rpc element array * Make shortname unique --------- Co-authored-by: ligi --- _data/chains/eip155-100009.json | 27 +++++++++++++++++++++++++++ _data/chains/eip155-100010.json | 22 ++++++++++++++++++++++ _data/icons/vechain.json | 8 ++++++++ 3 files changed, 57 insertions(+) create mode 100644 _data/chains/eip155-100009.json create mode 100644 _data/chains/eip155-100010.json create mode 100644 _data/icons/vechain.json diff --git a/_data/chains/eip155-100009.json b/_data/chains/eip155-100009.json new file mode 100644 index 00000000..973cf3c4 --- /dev/null +++ b/_data/chains/eip155-100009.json @@ -0,0 +1,27 @@ +{ + "name": "VeChain", + "chain": "VeChain", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "VeChain", + "symbol": "VET", + "decimals": 18 + }, + "infoURL": "https://vechain.org", + "shortName": "vechain", + "chainId": 100009, + "networkId": 100009, + "explorers": [ + { + "name": "VeChain Stats", + "url": "https://vechainstats.com", + "standard": "none" + }, + { + "name": "VeChain Explorer", + "url": "https://explore.vechain.org", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-100010.json b/_data/chains/eip155-100010.json new file mode 100644 index 00000000..a11f01d4 --- /dev/null +++ b/_data/chains/eip155-100010.json @@ -0,0 +1,22 @@ +{ + "name": "VeChain Testnet", + "chain": "VeChain", + "rpc": [], + "faucets": ["https://faucet.vecha.in"], + "nativeCurrency": { + "name": "VeChain", + "symbol": "VET", + "decimals": 18 + }, + "infoURL": "https://vechain.org", + "shortName": "vechain-testnet", + "chainId": 100010, + "networkId": 100010, + "explorers": [ + { + "name": "VeChain Explorer", + "url": "https://explore-testnet.vechain.org", + "standard": "none" + } + ] +} diff --git a/_data/icons/vechain.json b/_data/icons/vechain.json new file mode 100644 index 00000000..dd93d4b4 --- /dev/null +++ b/_data/icons/vechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmP2nMWbeZWogjVF6KV6GioFKMvBgiK3fs8Du87mg49c88", + "width": 512, + "height": 512, + "format": "png" + } +]