mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
7f3e2f5aa6
* 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>
28 lines
519 B
JSON
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"
|
|
}
|
|
]
|
|
}
|