[chain] Add new chain (#1086)

This commit is contained in:
Anh Le Hoang 2022-04-19 19:00:11 +07:00 committed by GitHub
parent 06fc14487a
commit 557e5605bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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"
}
]
}