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:
SolidityX 2022-12-28 19:59:12 +05:30 committed by GitHub
parent 4467c0ca09
commit 77c3242506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 62 additions and 0 deletions

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

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
"width": 250,
"height": 250,
"format": "png"
}
]

View 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