@chain-registry/osmosis 1.67.223 → 1.67.225

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
@@ -662,6 +662,7 @@ const asset_list = {
662
662
  website: 'https://atom.one',
663
663
  twitter: 'https://x.com/_atomone'
664
664
  },
665
+ coingecko_id: 'photon-2',
665
666
  traces: [{
666
667
  type: 'ibc',
667
668
  counterparty: {
@@ -6890,6 +6891,7 @@ const asset_list = {
6890
6891
  website: 'https://atom.one',
6891
6892
  twitter: 'https://x.com/_atomone'
6892
6893
  },
6894
+ coingecko_id: 'photon-2',
6893
6895
  traces: [{
6894
6896
  type: 'ibc',
6895
6897
  counterparty: {
package/esm/asset_list.js CHANGED
@@ -660,6 +660,7 @@ const asset_list = {
660
660
  website: 'https://atom.one',
661
661
  twitter: 'https://x.com/_atomone'
662
662
  },
663
+ coingecko_id: 'photon-2',
663
664
  traces: [{
664
665
  type: 'ibc',
665
666
  counterparty: {
@@ -6888,6 +6889,7 @@ const asset_list = {
6888
6889
  website: 'https://atom.one',
6889
6890
  twitter: 'https://x.com/_atomone'
6890
6891
  },
6892
+ coingecko_id: 'photon-2',
6891
6893
  traces: [{
6892
6894
  type: 'ibc',
6893
6895
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.223",
3
+ "version": "1.67.225",
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.223"
32
+ "@chain-registry/types": "^0.50.225"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "bc532133df3eec52c4150791b10c660ae6595646"
41
+ "gitHead": "b9d229390c9475069a9168f90e7e12572f663475"
42
42
  }