forked from cerc-io/cosmos-explorer
Merge pull request #173 from arirubinstein/master
fix: add API endpoints, and fix run -> ist
This commit is contained in:
commit
f8b9f65c86
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"chain_name": "agoric",
|
"chain_name": "agoric",
|
||||||
"api": ["https://api.agoric.sgtstake.com", "https://main.api.agoric.net"],
|
"api": ["https://agoric-lcd.stakely.io", "https://api.agoric.sgtstake.com", "https://agoric-api.polkachu.com", "https://api-agoric.nodes.guru", "https://agoric.stakesystems.io", "https://main.api.agoric.net"],
|
||||||
"rpc": ["https://main.rpc.agoric.net:443", "https://main.rpc.agoric.net:443"],
|
"rpc": ["https://main.rpc.agoric.net:443", "https://main.rpc.agoric.net:443"],
|
||||||
"snapshot_provider": "",
|
"snapshot_provider": "",
|
||||||
"sdk_version": "0.41.3",
|
"sdk_version": "0.41.3",
|
||||||
@ -13,12 +13,12 @@
|
|||||||
"coingecko_id": "",
|
"coingecko_id": "",
|
||||||
"logo": ""
|
"logo": ""
|
||||||
},{
|
},{
|
||||||
"base": "urun",
|
"base": "uist",
|
||||||
"symbol": "RUN",
|
"symbol": "IST",
|
||||||
"exponent": "6",
|
"exponent": "6",
|
||||||
"coingecko_id": "",
|
"coingecko_id": "",
|
||||||
"logo": ""
|
"logo": ""
|
||||||
}],
|
}],
|
||||||
"addr_prefix": "agoric",
|
"addr_prefix": "agoric",
|
||||||
"logo": "/logos/agoric.png"
|
"logo": "/logos/agoric.png"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user