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

* adding Vention Bin Icon file * adding vention json file * adding ventionTestnet json file * adding testnet and mainnet chains json files eip155-741.json is for testnet and eip155-77612 is for mainnet * fixed shortname renamed from vsc to vsct * fixed chain name from VSC to VSCT * fixed shortname from vsc to vscm * delete bin file file has error * adding refreshed bin file of vnt
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "Vention Smart Chain Mainnet",
|
|
"chain": "VSC",
|
|
"icon": "vention",
|
|
"rpc": ["https://mainnet-rpc.vention.network"],
|
|
"faucets": ["https://faucet.vention.network"],
|
|
"nativeCurrency": {
|
|
"name": "VNT",
|
|
"symbol": "VNT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ventionscan.io",
|
|
"shortName": "vscm",
|
|
"chainId": 77612,
|
|
"networkId": 77612,
|
|
"explorers": [
|
|
{
|
|
"name": "ventionscan",
|
|
"url": "https://ventionscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|