mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
422 B
JSON
23 lines
422 B
JSON
{
|
|
"name": "VChain Mainnet",
|
|
"chain": "VChain",
|
|
"rpc": ["https://bc.vcex.xyz"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "VNDT",
|
|
"symbol": "VNDT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bo.vcex.xyz/",
|
|
"shortName": "VChain",
|
|
"chainId": 2223,
|
|
"networkId": 2223,
|
|
"explorers": [
|
|
{
|
|
"name": "VChain Scan",
|
|
"url": "https://scan.vcex.xyz",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|