cosmos-explorer/src/chains/mainnet/agoric.json
NodeStake 5af333a5e2
Update agoric.json
Add agoric rpc/api by NodeStake
2022-09-12 11:53:21 +08:00

35 lines
841 B
JSON

{
"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",
"https://api.agoric.nodestake.top"
],
"rpc": ["https://main.rpc.agoric.net:443", "https://main.rpc.agoric.net:443","https://rpc.agoric.nodestake.top"],
"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"
}