Deploying to gh-pages from @ ethereum-lists/chains@77c3242506 🚀

This commit is contained in:
ligi 2022-12-28 14:32:50 +00:00
parent d31d07629d
commit d5671a110f
12 changed files with 149 additions and 3 deletions

View File

@ -1142,6 +1142,14 @@
"height": 500,
"format": "png"
}]
}, {
"name": "vention",
"icons": [{
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
"width": 250,
"height": 250,
"format": "png"
}]
}, {
"name": "cube",
"icons": [{
@ -1262,6 +1270,14 @@
"height": 382,
"format": "png"
}]
}, {
"name": "ventionTestnet",
"icons": [{
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
"width": 250,
"height": 250,
"format": "png"
}]
}, {
"name": "subscan",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-741.json Normal file
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"
}
]
}

23
chains/eip155-77612.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2546,6 +2546,19 @@
"rpc": ["https://rpc.lycanchain.com/"],
"faucets": [],
"infoURL": "https://lycanchain.com"
}, {
"name": "Vention Smart Chain Testnet",
"chainId": 741,
"shortName": "vsct",
"networkId": 741,
"nativeCurrency": {
"name": "VNT",
"symbol": "VNT",
"decimals": 18
},
"rpc": ["https://node-testnet.vention.network"],
"faucets": ["https://faucet.vention.network"],
"infoURL": "https://testnet.ventionscan.io"
}, {
"name": "QL1",
"chainId": 766,
@ -6797,6 +6810,19 @@
"rpc": ["https://mainnet.resincoin.dev"],
"faucets": [],
"infoURL": "https://resincoin.dev"
}, {
"name": "Vention Smart Chain Mainnet",
"chainId": 77612,
"shortName": "vscm",
"networkId": 77612,
"nativeCurrency": {
"name": "VNT",
"symbol": "VNT",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.vention.network"],
"faucets": ["https://faucet.vention.network"],
"infoURL": "https://ventionscan.io"
}, {
"name": "Firenze test network",
"chainId": 78110,

View File

@ -3662,6 +3662,26 @@
"url": "https://explorer.lycanchain.com",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "QL1",
"chain": "QOM",
@ -9950,6 +9970,26 @@
"url": "https://explorer.resincoin.dev",
"standard": "none"
}]
}, {
"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"
}]
}, {
"name": "Firenze test network",
"chain": "ETH",

8
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

View File

@ -195,6 +195,7 @@
"bcs": "eip155:707",
"tbcs": "eip155:708",
"LYC": "eip155:721",
"vsct": "eip155:741",
"qom": "eip155:766",
"opc": "eip155:776",
"cth": "eip155:777",
@ -522,6 +523,7 @@
"vt": "eip155:73799",
"mvm": "eip155:73927",
"resin": "eip155:75000",
"vscm": "eip155:77612",
"firenze": "eip155:78110",
"maticmum": "eip155:80001",
"ivar": "eip155:88888",