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" + } +]