@chain-registry/osmosis 1.67.263 → 1.67.264

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
@@ -3240,7 +3240,6 @@ const asset_list = {
3240
3240
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3241
3241
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
3242
3242
  },
3243
- coingecko_id: 'fx-coin',
3244
3243
  images: [{
3245
3244
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3246
3245
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
@@ -9531,7 +9530,6 @@ const asset_list = {
9531
9530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9532
9531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9533
9532
  },
9534
- coingecko_id: 'fx-coin',
9535
9533
  images: [{
9536
9534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9537
9535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
package/assets.js CHANGED
@@ -9858,8 +9858,7 @@ const assets = {
9858
9858
  },
9859
9859
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9860
9860
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9861
- }],
9862
- coingecko_id: 'fx-coin'
9861
+ }]
9863
9862
  },
9864
9863
  {
9865
9864
  description: 'Bitcoin. On Cosmos.',
package/esm/asset_list.js CHANGED
@@ -3238,7 +3238,6 @@ const asset_list = {
3238
3238
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3239
3239
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
3240
3240
  },
3241
- coingecko_id: 'fx-coin',
3242
3241
  images: [{
3243
3242
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
3244
3243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
@@ -9529,7 +9528,6 @@ const asset_list = {
9529
9528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9530
9529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9531
9530
  },
9532
- coingecko_id: 'fx-coin',
9533
9531
  images: [{
9534
9532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9535
9533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
package/esm/assets.js CHANGED
@@ -9856,8 +9856,7 @@ const assets = {
9856
9856
  },
9857
9857
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
9858
9858
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
9859
- }],
9860
- coingecko_id: 'fx-coin'
9859
+ }]
9861
9860
  },
9862
9861
  {
9863
9862
  description: 'Bitcoin. On Cosmos.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.263",
3
+ "version": "1.67.264",
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.263"
32
+ "@chain-registry/types": "^0.50.264"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "6a1606518a496f28459f887aa97ce7e060893d5f"
41
+ "gitHead": "7220c722e19faf570ea34bf09e8f8a55aeafd839"
42
42
  }