@chain-registry/osmosis 1.67.17 → 1.67.18

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
@@ -21603,7 +21603,7 @@ const assets = {
21603
21603
  }],
21604
21604
  keywords: ['meme'],
21605
21605
  socials: {
21606
- twitter: 'https://x.com/spice_coin_'
21606
+ twitter: 'https://x.com/spiceoncosmos'
21607
21607
  }
21608
21608
  },
21609
21609
  {
package/esm/assets.js CHANGED
@@ -21601,7 +21601,7 @@ const assets = {
21601
21601
  }],
21602
21602
  keywords: ['meme'],
21603
21603
  socials: {
21604
- twitter: 'https://x.com/spice_coin_'
21604
+ twitter: 'https://x.com/spiceoncosmos'
21605
21605
  }
21606
21606
  },
21607
21607
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.17",
3
+ "version": "1.67.18",
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.17"
32
+ "@chain-registry/types": "^0.50.18"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "d99b05e851759c3e6bcd84e2574a33d297427b25"
41
+ "gitHead": "202a25d078058c75ee616cb5f9b923d049283bfd"
42
42
  }