@chain-registry/osmosis 1.67.349 → 1.67.350

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/assets.js CHANGED
@@ -22894,7 +22894,6 @@ const assets = {
22894
22894
  logo_URIs: {
22895
22895
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
22896
22896
  },
22897
- coingecko_id: 'maxbtc',
22898
22897
  images: [{
22899
22898
  image_sync: {
22900
22899
  chain_name: 'neutron',
package/esm/assets.js CHANGED
@@ -22892,7 +22892,6 @@ const assets = {
22892
22892
  logo_URIs: {
22893
22893
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
22894
22894
  },
22895
- coingecko_id: 'maxbtc',
22896
22895
  images: [{
22897
22896
  image_sync: {
22898
22897
  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.350",
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.350"
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": "2062330d1ed5c7243f19eabf1076fe225cdb71f9"
42
42
  }