Deploying to gh-pages from @ ethereum-lists/chains@3dca1e84ab 🚀

This commit is contained in:
ligi 2023-01-05 06:35:33 +00:00
parent 660ffa4474
commit 5144120464
9 changed files with 76 additions and 3 deletions

View File

@ -566,6 +566,14 @@
"height": 237, "height": 237,
"format": "png" "format": "png"
}] }]
}, {
"name": "vsl",
"icons": [{
"url": "ipfs://QmeknNzGCZXQK7egwfwyxQan7Lw8bLnqYsyoEgEbDNCzJX",
"width": 600,
"height": 529,
"format": "png"
}]
}, { }, {
"name": "shuffle", "name": "shuffle",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,23 @@
{
"name": "OpenVessel",
"chain": "VSL",
"icon": "vsl",
"rpc": ["https://mainnet-external.openvessel.io"],
"faucets": [],
"nativeCurrency": {
"name": "Vessel ETH",
"symbol": "VETH",
"decimals": 18
},
"infoURL": "https://www.openvessel.io",
"shortName": "vsl",
"chainId": 7355310,
"networkId": 7355310,
"explorers": [
{
"name": "openvessel-mainnet",
"url": "https://mainnet-explorer.openvessel.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7954,6 +7954,19 @@
"rpc": ["https://jsonrpc-test.imversed.network", "https://ws-jsonrpc-test.imversed.network"], "rpc": ["https://jsonrpc-test.imversed.network", "https://ws-jsonrpc-test.imversed.network"],
"faucets": [], "faucets": [],
"infoURL": "https://imversed.com" "infoURL": "https://imversed.com"
}, {
"name": "OpenVessel",
"chainId": 7355310,
"shortName": "vsl",
"networkId": 7355310,
"nativeCurrency": {
"name": "Vessel ETH",
"symbol": "VETH",
"decimals": 18
},
"rpc": ["https://mainnet-external.openvessel.io"],
"faucets": [],
"infoURL": "https://www.openvessel.io"
}, { }, {
"name": "QL1 Testnet", "name": "QL1 Testnet",
"chainId": 7668378, "chainId": 7668378,

View File

@ -11750,6 +11750,26 @@
"icon": "imversed", "icon": "imversed",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "OpenVessel",
"chain": "VSL",
"icon": "vsl",
"rpc": ["https://mainnet-external.openvessel.io"],
"faucets": [],
"nativeCurrency": {
"name": "Vessel ETH",
"symbol": "VETH",
"decimals": 18
},
"infoURL": "https://www.openvessel.io",
"shortName": "vsl",
"chainId": 7355310,
"networkId": 7355310,
"explorers": [{
"name": "openvessel-mainnet",
"url": "https://mainnet-explorer.openvessel.io",
"standard": "none"
}]
}, { }, {
"name": "QL1 Testnet", "name": "QL1 Testnet",
"chain": "QOM", "chain": "QOM",

8
icons/vsl.json Normal file
View File

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

View File

@ -611,6 +611,7 @@
"filecoin-butterfly": "eip155:3141592", "filecoin-butterfly": "eip155:3141592",
"imversed": "eip155:5555555", "imversed": "eip155:5555555",
"imversed-testnet": "eip155:5555558", "imversed-testnet": "eip155:5555558",
"vsl": "eip155:7355310",
"tqom": "eip155:7668378", "tqom": "eip155:7668378",
"music": "eip155:7762959", "music": "eip155:7762959",
"plian-mainnet-l2": "eip155:8007736", "plian-mainnet-l2": "eip155:8007736",