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

This commit is contained in:
ligi 2023-04-04 06:25:02 +00:00
parent 5d35a08102
commit 2cbecede64
9 changed files with 52 additions and 4 deletions

View File

@ -878,6 +878,14 @@
"height": 310,
"format": "png"
}]
}, {
"name": "wemixkanvas",
"icons": [{
"url": "ipfs://QmVcVxsHsVg5BMii3EJ1MUSnLBZkQicpjmXjSmW66bCEUF",
"width": 320,
"height": 320,
"format": "svg"
}]
}, {
"name": "oasis",
"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

@ -13,10 +13,12 @@
"rpc": ["https://api.aqua.wemixkanvas.io"],
"faucets": [],
"infoURL": "https://wemixkanvas.io",
"icon": "wemixkanvas",
"explorers": [
{
"name": "blockscout",
"url": "https://blockscout.aqua.wemixkanvas.io",
"icon": "wemixkanvas",
"standard": "EIP3091"
}
],

View File

@ -7600,9 +7600,11 @@
"rpc": ["https://api.aqua.wemixkanvas.io"],
"faucets": [],
"infoURL": "https://wemixkanvas.io",
"icon": "wemixkanvas",
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.aqua.wemixkanvas.io",
"icon": "wemixkanvas",
"standard": "EIP3091"
}],
"parent": {

8
icons/wemixkanvas.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVcVxsHsVg5BMii3EJ1MUSnLBZkQicpjmXjSmW66bCEUF",
"width": 320,
"height": 320,
"format": "svg"
}
]

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320" width="320" height="320">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
fill: #191919;
}
.cls-3 {
fill: #5637fb;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g>
<circle class="cls-1" cx="160" cy="160" r="160"/>
<g>
<polygon class="cls-2" points="57.021 125.017 194.326 75.043 194.326 281 57.021 231.025 57.021 125.017"/>
<polygon class="cls-3" points="262.979 88.975 125.674 39 125.674 244.957 262.979 194.983 262.979 88.975"/>
<polygon class="cls-1" points="194.326 75.043 125.674 100.03 125.674 244.957 194.326 220.247 194.326 75.043"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 837 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long