@chain-registry/osmosis 1.67.29 → 1.67.30

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
@@ -21324,6 +21324,7 @@ const assets = {
21324
21324
  primary_color_hex: '#e5ba44'
21325
21325
  }
21326
21326
  }],
21327
+ coingecko_id: 'spice-2',
21327
21328
  keywords: ['meme'],
21328
21329
  socials: {
21329
21330
  twitter: 'https://x.com/spiceoncosmos'
package/esm/assets.js CHANGED
@@ -21322,6 +21322,7 @@ const assets = {
21322
21322
  primary_color_hex: '#e5ba44'
21323
21323
  }
21324
21324
  }],
21325
+ coingecko_id: 'spice-2',
21325
21326
  keywords: ['meme'],
21326
21327
  socials: {
21327
21328
  twitter: 'https://x.com/spiceoncosmos'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.29",
3
+ "version": "1.67.30",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.29"
32
+ "@chain-registry/types": "^0.50.30"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "5c707679cd3a317382055988b841a55892a0b16d"
41
+ "gitHead": "8dcf1fa0f68cf6bf440d60368eeea0cfec5888f5"
42
42
  }