mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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
This commit is contained in:
parent
4467c0ca09
commit
77c3242506
23
_data/chains/eip155-741.json
Normal file
23
_data/chains/eip155-741.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-77612.json
Normal file
23
_data/chains/eip155-77612.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/vention.json
Normal file
8
_data/icons/vention.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
|
||||
"width": 250,
|
||||
"height": 250,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/ventionTestnet.json
Normal file
8
_data/icons/ventionTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
|
||||
"width": 250,
|
||||
"height": 250,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
Loading…
Reference in New Issue
Block a user