@chain-registry/osmosis 1.67.161 → 1.67.163

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
@@ -5203,6 +5203,7 @@ const asset_list = {
5203
5203
  website: 'https://manifestai.org/',
5204
5204
  twitter: 'https://x.com/ManifestAIs/'
5205
5205
  },
5206
+ coingecko_id: 'manifest-2',
5206
5207
  traces: [{
5207
5208
  type: 'ibc',
5208
5209
  counterparty: {
@@ -11748,6 +11749,7 @@ const asset_list = {
11748
11749
  website: 'https://manifestai.org/',
11749
11750
  twitter: 'https://x.com/ManifestAIs/'
11750
11751
  },
11752
+ coingecko_id: 'manifest-2',
11751
11753
  traces: [{
11752
11754
  type: 'ibc',
11753
11755
  counterparty: {
package/esm/asset_list.js CHANGED
@@ -5201,6 +5201,7 @@ const asset_list = {
5201
5201
  website: 'https://manifestai.org/',
5202
5202
  twitter: 'https://x.com/ManifestAIs/'
5203
5203
  },
5204
+ coingecko_id: 'manifest-2',
5204
5205
  traces: [{
5205
5206
  type: 'ibc',
5206
5207
  counterparty: {
@@ -11746,6 +11747,7 @@ const asset_list = {
11746
11747
  website: 'https://manifestai.org/',
11747
11748
  twitter: 'https://x.com/ManifestAIs/'
11748
11749
  },
11750
+ coingecko_id: 'manifest-2',
11749
11751
  traces: [{
11750
11752
  type: 'ibc',
11751
11753
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.161",
3
+ "version": "1.67.163",
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.161"
32
+ "@chain-registry/types": "^0.50.163"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "5887898e2416fcd4fb759508841fbc22dd701552"
41
+ "gitHead": "f90933e639804eb0a807501ec5ca05b3b36dfe83"
42
42
  }