forked from cerc-io/cosmos-explorer
add ixo
This commit is contained in:
parent
3aa8c63fe4
commit
fa68f6c0df
24
public/logos/ixo.svg
Normal file
24
public/logos/ixo.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="BACKGROUND" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#00D2FF;}
|
||||
</style>
|
||||
<path d="M369.3,459.5H142.7c-49.6,0-90.2-40.6-90.2-90.2V142.7c0-49.6,40.6-90.2,90.2-90.2h226.5c49.6,0,90.2,40.6,90.2,90.2v226.5
|
||||
C459.5,418.9,418.9,459.5,369.3,459.5z"/>
|
||||
<g id="Symbols">
|
||||
<g id="Header-Singed-In-Final" transform="translate(-27.000000, -14.000000)">
|
||||
<g id="ixo-logo" transform="translate(27.000000, 14.000000)">
|
||||
<path id="Fill-2" class="st0" d="M361.3,305.8c-12.4,0-22.5-10.1-22.5-22.5s10.1-22.5,22.5-22.5c12.4,0,22.5,10.1,22.5,22.5
|
||||
S373.7,305.8,361.3,305.8 M361.3,219.6c-35.2,0-63.7,28.5-63.7,63.7c0,35.2,28.5,63.7,63.7,63.7s63.7-28.5,63.7-63.7
|
||||
C425,248.1,396.5,219.6,361.3,219.6"/>
|
||||
<polygon id="Fill-4" class="st0" points="111,219.6 111,347 156.5,347 156.5,219.6 156.4,219.6 "/>
|
||||
<polygon id="Fill-6" class="st0" points="229.3,251.4 197.5,219.6 165.6,219.6 165.6,251.4 197.5,283.3 165.6,315.2 165.6,347
|
||||
197.5,347 229.3,315.2 261.2,347 261.2,347 261.2,347 293,347 293,315.2 261.2,283.3 293,251.4 293,219.6 261.2,219.6 "/>
|
||||
<path id="Fill-8" class="st0" d="M133.8,210.5c-12.6,0-22.8-10.2-22.8-22.8c0-12.6,10.2-22.8,22.8-22.8s22.8,10.2,22.8,22.8
|
||||
C156.5,200.3,146.3,210.5,133.8,210.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
16
src/chains/mainnet/ixo.json
Normal file
16
src/chains/mainnet/ixo.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"chain_name": "ixo",
|
||||
"api": ["https://impacthub.ixo.world/rest"],
|
||||
"sdk_version": "0.42.6",
|
||||
"coin_type": "118",
|
||||
"min_tx_fee": "3000",
|
||||
"addr_prefix": "ixo",
|
||||
"logo": "https://ping.pub/logos/ixo.svg",
|
||||
"assets": [{
|
||||
"base": "uixo",
|
||||
"symbol": "IXO",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "ixo",
|
||||
"logo": "https://ping.pub/logos/ixo.svg"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user