mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@77c3242506 🚀
This commit is contained in:
parent
d31d07629d
commit
d5671a110f
|
@ -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
23
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
chains/eip155-77612.json
Normal file
23
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/vention.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
|
||||
"width": 250,
|
||||
"height": 250,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
icons/ventionTestnet.json
Normal file
8
icons/ventionTestnet.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4",
|
||||
"width": 250,
|
||||
"height": 250,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4
Normal file
BIN
iconsDownload/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user