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 <ligi@ligi.de>
This commit is contained in:
Bread 2023-02-12 02:47:34 +01:00 committed by GitHub
parent 91163762b7
commit 7f3e2f5aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 0 deletions

View File

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

View File

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

8
_data/icons/vechain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmP2nMWbeZWogjVF6KV6GioFKMvBgiK3fs8Du87mg49c88",
"width": 512,
"height": 512,
"format": "png"
}
]