fix: update pingpub agoric attributes

This commit is contained in:
Ari Rubinstein 2022-09-01 15:48:35 -07:00
parent 1676247d67
commit 666643f845
No known key found for this signature in database
GPG Key ID: 4DA71D04FE4F49BD
2 changed files with 52 additions and 22 deletions

View File

@ -0,0 +1,21 @@
<?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="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
<style type="text/css">
.st0{fill:#EE2F51;}
.st1{fill:#C32942;}
.st2{fill:#7D1729;}
</style>
<g>
<polygon class="st0" points="17.28,52.24 100,100 182.72,52.24 100,4.48 "/>
<polygon class="st1" points="17.28,52.24 100,100 100,195.52 17.28,147.76 "/>
<polygon class="st2" points="182.72,52.24 100,100 100,195.52 182.72,147.76 "/>
<polygon class="st0" points="44.87,131.84 72.44,115.92 72.44,147.76 "/>
<polygon class="st2" points="72.43,115.92 44.85,100 44.85,131.84 "/>
<polygon class="st0" points="155.13,131.84 127.56,115.92 127.56,147.76 "/>
<polygon class="st1" points="127.57,115.92 155.15,100 155.15,131.84 "/>
<polygon class="st2" points="72.43,52.24 100,36.32 100,68.16 "/>
<polygon class="st1" points="127.57,52.24 100,36.32 100,68.16 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,24 +1,33 @@
{
"chain_name": "agoric",
"api": ["https://api.agoric.sgtstake.com", "https://agoric-api.polkachu.com", "https://api-agoric.nodes.guru", "https://agoric.stakesystems.io", "https://agoric-lcd.stakely.io"],
"rpc": ["https://main.rpc.agoric.net:443", "https://main.rpc.agoric.net:443"],
"snapshot_provider": "",
"sdk_version": "0.41.3",
"coin_type": "564",
"min_tx_fee": "8000",
"assets": [{
"base": "ubld",
"symbol": "BLD",
"exponent": "6",
"coingecko_id": "",
"logo": ""
},{
"base": "uist",
"symbol": "IST",
"exponent": "6",
"coingecko_id": "",
"logo": ""
}],
"addr_prefix": "agoric",
"logo": "/logos/agoric.png"
"chain_name": "agoric",
"api": [
"https://api.agoric.sgtstake.com",
"https://agoric-api.polkachu.com",
"https://api-agoric.nodes.guru",
"https://agoric.stakesystems.io",
"https://agoric-lcd.stakely.io"
],
"rpc": ["https://main.rpc.agoric.net:443", "https://main.rpc.agoric.net:443"],
"snapshot_provider": "",
"sdk_version": "0.45.4",
"coin_type": "564",
"min_tx_fee": "8000",
"assets": [
{
"base": "ubld",
"symbol": "BLD",
"exponent": "6",
"coingecko_id": "agoric",
"logo": "/logos/agoric-bld.svg"
},
{
"base": "uist",
"symbol": "IST",
"exponent": "6",
"coingecko_id": "",
"logo": ""
}
],
"addr_prefix": "agoric",
"logo": "/logos/agoric.png"
}