@chain-registry/osmosis
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@0.4.5...@chain-registry/osmosis@0.4.6) (2022-08-14) | ||
**Note:** Version bump only for package @chain-registry/osmosis | ||
## [0.4.5](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@0.4.4...@chain-registry/osmosis@0.4.5) (2022-08-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@chain-registry/osmosis", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Chain Registry info for Osmosis", | ||
@@ -80,3 +80,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "c86a7ebd22284af88576534acca917263527a5f4" | ||
"gitHead": "a7d50787064091dfb484b8ece30dfef20ff943b4" | ||
} |
@@ -24,1 +24,41 @@ # @chain-registry/osmosis | ||
``` | ||
```js | ||
console.log(ibc_assets); | ||
{ | ||
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](https://www.mintscan.io/juno/validators/junovaloper1pr5qgj4jg47lvsnejtfvk78090shvuctgdwdm5) | ||
Code built with the help of these related projects: | ||
* [chain-registry](https://github.com/cosmology/chain-registry) an npm module for the official Cosmos chain-registry |
233944
63