@chalabi/osmosis
v1.26.2
Published
Chain Registry info for Osmosis
Downloads
3
Readme
@chain-registry/osmosis
Chain Registry info for Osmosis, including asset lists.
npm install @chain-registry/osmosis
import { chain, assets, asset_list, testnet, testnet_assets } from '@chain-registry/osmosis';
console.log(asset_list);
{
chain_name: 'osmosis',
assets: [
{
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
denom_units: [Array],
base: 'ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E',
name: 'Somm',
display: 'somm',
symbol: 'SOMM',
logo_URIs: [Object],
coingecko_id: 'sommelier',
ibc: [Object]
},
{
description: 'The native token of Stargaze',
denom_units: [Array],
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
name: 'Stargaze',
display: 'stars',
symbol: 'STARS',
logo_URIs: [Object],
coingecko_id: 'stargaze',
ibc: [Object]
},
// ... more assets
]
}
Related
Checkout these related projects:
- @cosmwasm/ts-codegen for generated CosmWasm contract Typescript classes
- @cosmology/telescope a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
- chain-registry an npm module for the official Cosmos chain-registry.
- cosmos-kit A wallet connector for the Cosmos ⚛️
- create-cosmos-app set up a modern Cosmos app by running one command.
- starship a k8s-based unified development environment for Cosmos Ecosystem
Credits
🛠 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