Chain Registry info for Stargaze, including asset lists.
npm install @stargaze-zone/chain
import { chain, assets, asset_list } from '@stargaze-zone/chain';
console.log(assets);
{
'$schema': '../assetlist.schema.json',
chain_name: 'stargaze',
assets: [
{
description: 'The native token of Stargaze',
denom_units: [Array],
base: 'ustars',
name: 'Stargaze',
display: 'stars',
symbol: 'STARS',
logo_URIs: [Object],
coingecko_id: 'stargaze'
}
]
}
console.log(chain);
{
'$schema': '../chain.schema.json',
chain_name: 'stargaze',
status: 'live',
network_type: 'mainnet',
pretty_name: 'Stargaze',
chain_id: 'stargaze-1',
bech32_prefix: 'stars',
daemon_name: 'starsd',
node_home: '$HOME/.starsd',
slip44: 118,
genesis: {
genesis_url: 'https://raw.githubusercontent.com/public-awesome/mainnet/main/stargaze-1/genesis.tar.gz'
},
codebase: {
git_repo: 'https://github.com/public-awesome/stargaze',
recommended_version: 'v6.0.1',
compatible_versions: [ 'v6.0.1' ]
},
peers: {
seeds: [ [Object], [Object], [Object], [Object], [Object] ],
persistent_peers: [
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object], [Object],
[Object], [Object]
]
},
apis: {
rpc: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
rest: [ [Object], [Object], [Object], [Object], [Object] ],
grpc: [ [Object] ]
},
explorers: [
{
kind: 'mintscan',
url: 'https://www.mintscan.io/stargaze/',
tx_page: 'https://www.mintscan.io/stargaze/txs/${txHash}'
},
{
kind: 'ping-pub',
url: 'https://ping.pub/stargaze',
tx_page: 'https://ping.pub/stargaze/tx/${txHash}'
},
{
kind: 'atomscan',
url: 'https://atomscan.com/stargaze',
tx_page: 'https://atomscan.com/stargaze/transactions/${txHash}'
}
]
}
🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️
Code built with the help of these related projects:
- chain-registry an npm module for the official Cosmos chain-registry