@chain-registry/osmosis 1.67.349 → 1.67.351

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
@@ -23173,7 +23173,6 @@ const asset_list = {
23173
23173
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
23174
23174
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
23175
23175
  },
23176
- coingecko_id: 'umee',
23177
23176
  images: [{
23178
23177
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
23179
23178
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
@@ -33245,7 +33244,6 @@ const asset_list = {
33245
33244
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
33246
33245
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
33247
33246
  },
33248
- coingecko_id: 'umee',
33249
33247
  images: [{
33250
33248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
33251
33249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
package/assets.js CHANGED
@@ -2009,8 +2009,7 @@ const assets = {
2009
2009
  },
2010
2010
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
2011
2011
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
2012
- }],
2013
- coingecko_id: 'umee'
2012
+ }]
2014
2013
  },
2015
2014
  {
2016
2015
  description: 'The native token of Gravity Bridge',
@@ -22894,7 +22893,6 @@ const assets = {
22894
22893
  logo_URIs: {
22895
22894
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
22896
22895
  },
22897
- coingecko_id: 'maxbtc',
22898
22896
  images: [{
22899
22897
  image_sync: {
22900
22898
  chain_name: 'neutron',
package/esm/asset_list.js CHANGED
@@ -23171,7 +23171,6 @@ const asset_list = {
23171
23171
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
23172
23172
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
23173
23173
  },
23174
- coingecko_id: 'umee',
23175
23174
  images: [{
23176
23175
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
23177
23176
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
@@ -33243,7 +33242,6 @@ const asset_list = {
33243
33242
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
33244
33243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
33245
33244
  },
33246
- coingecko_id: 'umee',
33247
33245
  images: [{
33248
33246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
33249
33247
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
package/esm/assets.js CHANGED
@@ -2007,8 +2007,7 @@ const assets = {
2007
2007
  },
2008
2008
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
2009
2009
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
2010
- }],
2011
- coingecko_id: 'umee'
2010
+ }]
2012
2011
  },
2013
2012
  {
2014
2013
  description: 'The native token of Gravity Bridge',
@@ -22892,7 +22891,6 @@ const assets = {
22892
22891
  logo_URIs: {
22893
22892
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
22894
22893
  },
22895
- coingecko_id: 'maxbtc',
22896
22894
  images: [{
22897
22895
  image_sync: {
22898
22896
  chain_name: 'neutron',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.349",
3
+ "version": "1.67.351",
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.349"
32
+ "@chain-registry/types": "^0.50.351"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "cdafa7bf396734914d126ccb47d6ce05f0389881"
41
+ "gitHead": "96b9ce0ba53838c359f4f474523a07f5b9289002"
42
42
  }