chains/_data/chains/eip155-100009.json
Bread 7f3e2f5aa6
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>
2023-02-12 02:47:34 +01:00

28 lines
519 B
JSON

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