chains/_data/chains/eip155-741.json
SolidityX 77c3242506
Solidityx patch 1 Vention (#2075)
* 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
2022-12-28 15:29:12 +01:00

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"
}
]
}