cosmos-explorer/chains/mainnet/neutron.json

23 lines
718 B
JSON
Raw Normal View History

2023-05-18 04:38:17 +00:00
{
"chain_name": "neutron",
2023-06-11 00:42:04 +00:00
"api": ["https://neutron-api.lavenderfive.com/"],
2023-05-18 13:19:38 +00:00
"rpc": ["https://neutron-rpc.lavenderfive.com"],
2023-05-18 04:38:17 +00:00
"provider_chain": {
"api": ["https://api-cosmoshub-ia.cosmosia.notional.ventures"]
},
2023-06-10 00:08:09 +00:00
"features": ["dashboard", "blocks", "ibc", "cosmwasm", "uptime", "parameters", "state-sync", "consensus", "supply", "widget"],
2023-05-18 04:38:17 +00:00
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "8000",
"assets": [{
"base": "untrn",
"symbol": "NTRN",
"exponent": "6",
"coingecko_id": "neutron",
2023-05-18 13:19:38 +00:00
"logo": "/logos/neutron.svg"
2023-05-18 04:38:17 +00:00
}],
"addr_prefix": "neutron",
2023-06-10 02:51:25 +00:00
"theme_color": "#000000",
2023-05-18 13:19:38 +00:00
"logo": "/logos/neutron.svg"
2023-05-18 04:38:17 +00:00
}