mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|