Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 2.12 KB

README.md

File metadata and controls

63 lines (53 loc) · 2.12 KB

@chain-registry/osmosis

Chain Registry info for Osmosis, including asset lists.

npm install @chain-registry/osmosis
import { chain, assets, asset_list } 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
  ]
}

Credits

Built by Cosmology — if you like our tools, please consider delegating to our validator

Code built with the help of these related projects: