mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
77c3242506
* 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
523 B
JSON
24 lines
523 B
JSON
{
|
|
"name": "Vention Smart Chain Testnet",
|
|
"chain": "VSCT",
|
|
"icon": "ventionTestnet",
|
|
"rpc": ["https://node-testnet.vention.network"],
|
|
"faucets": ["https://faucet.vention.network"],
|
|
"nativeCurrency": {
|
|
"name": "VNT",
|
|
"symbol": "VNT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://testnet.ventionscan.io",
|
|
"shortName": "vsct",
|
|
"chainId": 741,
|
|
"networkId": 741,
|
|
"explorers": [
|
|
{
|
|
"name": "ventionscan",
|
|
"url": "https://testnet.ventionscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|