@chain-registry/osmosis 1.67.165 → 1.67.167

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/asset_list.js CHANGED
@@ -6008,6 +6008,7 @@ const asset_list = {
6008
6008
  name: 'Noble Dollar',
6009
6009
  display: 'usdn',
6010
6010
  symbol: 'USDN',
6011
+ coingecko_id: 'noble-dollar-usdn',
6011
6012
  logo_URIs: {
6012
6013
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
6013
6014
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -12591,6 +12592,7 @@ const asset_list = {
12591
12592
  name: 'Noble Dollar',
12592
12593
  display: 'usdn',
12593
12594
  symbol: 'USDN',
12595
+ coingecko_id: 'noble-dollar-usdn',
12594
12596
  logo_URIs: {
12595
12597
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
12596
12598
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
package/esm/asset_list.js CHANGED
@@ -6006,6 +6006,7 @@ const asset_list = {
6006
6006
  name: 'Noble Dollar',
6007
6007
  display: 'usdn',
6008
6008
  symbol: 'USDN',
6009
+ coingecko_id: 'noble-dollar-usdn',
6009
6010
  logo_URIs: {
6010
6011
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
6011
6012
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
@@ -12589,6 +12590,7 @@ const asset_list = {
12589
12590
  name: 'Noble Dollar',
12590
12591
  display: 'usdn',
12591
12592
  symbol: 'USDN',
12593
+ coingecko_id: 'noble-dollar-usdn',
12592
12594
  logo_URIs: {
12593
12595
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
12594
12596
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.165",
3
+ "version": "1.67.167",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.165"
32
+ "@chain-registry/types": "^0.50.167"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "d25c9c9d8d9dc63dbd175a3cbad17e37ce62c552"
41
+ "gitHead": "e308d96db6d217fac905c34c5fd16e989d723760"
42
42
  }