@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 +1 -1
- package/esm/assets.js +1 -1
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -21603,7 +21603,7 @@ const assets = {
|
|
|
21603
21603
|
}],
|
|
21604
21604
|
keywords: ['meme'],
|
|
21605
21605
|
socials: {
|
|
21606
|
-
twitter: 'https://x.com/
|
|
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/
|
|
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.
|
|
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.
|
|
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": "
|
|
41
|
+
"gitHead": "202a25d078058c75ee616cb5f9b923d049283bfd"
|
|
42
42
|
}
|