mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add WEMIX Kanvas icon (#2570)
This commit is contained in:
parent
83ac8b4d09
commit
d719e360cd
|
@ -13,10 +13,12 @@
|
||||||
"rpc": ["https://api.aqua.wemixkanvas.io"],
|
"rpc": ["https://api.aqua.wemixkanvas.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://wemixkanvas.io",
|
"infoURL": "https://wemixkanvas.io",
|
||||||
|
"icon": "wemixkanvas",
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "blockscout",
|
"name": "blockscout",
|
||||||
"url": "https://blockscout.aqua.wemixkanvas.io",
|
"url": "https://blockscout.aqua.wemixkanvas.io",
|
||||||
|
"icon": "wemixkanvas",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
8
_data/icons/wemixkanvas.json
Normal file
8
_data/icons/wemixkanvas.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmVcVxsHsVg5BMii3EJ1MUSnLBZkQicpjmXjSmW66bCEUF",
|
||||||
|
"width": 320,
|
||||||
|
"height": 320,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user