@chain-registry/osmosis 1.61.2 → 1.61.4
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 +2 -4
- package/esm/assets.js +2 -4
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -14961,11 +14961,9 @@ const assets = {
|
|
|
14961
14961
|
name: 'Shitmos',
|
|
14962
14962
|
display: 'SHITMOS',
|
|
14963
14963
|
symbol: 'SHITMOS',
|
|
14964
|
-
logo_URIs: {
|
|
14965
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
14966
|
-
},
|
|
14967
14964
|
images: [{
|
|
14968
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
14965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
14966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
|
|
14969
14967
|
}]
|
|
14970
14968
|
},
|
|
14971
14969
|
{
|
package/esm/assets.js
CHANGED
|
@@ -14959,11 +14959,9 @@ const assets = {
|
|
|
14959
14959
|
name: 'Shitmos',
|
|
14960
14960
|
display: 'SHITMOS',
|
|
14961
14961
|
symbol: 'SHITMOS',
|
|
14962
|
-
logo_URIs: {
|
|
14963
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
|
|
14964
|
-
},
|
|
14965
14962
|
images: [{
|
|
14966
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
14963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
14964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
|
|
14967
14965
|
}]
|
|
14968
14966
|
},
|
|
14969
14967
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.61.
|
|
3
|
+
"version": "1.61.4",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.44.
|
|
33
|
+
"@chain-registry/types": "^0.44.4"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "1b80445c549d193b575a19deb310d260e3fc3dd3"
|
|
43
43
|
}
|