Merge pull request #194 from arirubinstein/master
Add Agoric information, and fix typo
This commit is contained in:
commit
b433670dce
21
public/logos/agoric-bld.svg
Normal file
21
public/logos/agoric-bld.svg
Normal 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 |
@ -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"
|
||||
}
|
||||
|
@ -156,7 +156,7 @@
|
||||
variant="outline-secondary"
|
||||
size="sm"
|
||||
>
|
||||
<feather-icon icon="CastIcon" /> Webwite
|
||||
<feather-icon icon="CastIcon" /> Website
|
||||
</b-button>
|
||||
<b-button
|
||||
:href="twitter"
|
||||
|
Loading…
Reference in New Issue
Block a user