@chain-registry/osmosis 1.67.5 → 1.67.6
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
|
@@ -21628,7 +21628,7 @@ const assets = {
|
|
|
21628
21628
|
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21629
21629
|
name: 'Spice',
|
|
21630
21630
|
display: 'Spice',
|
|
21631
|
-
symbol: '
|
|
21631
|
+
symbol: 'SPICE',
|
|
21632
21632
|
logo_URIs: {
|
|
21633
21633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
21634
21634
|
},
|
package/esm/assets.js
CHANGED
|
@@ -21626,7 +21626,7 @@ const assets = {
|
|
|
21626
21626
|
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21627
21627
|
name: 'Spice',
|
|
21628
21628
|
display: 'Spice',
|
|
21629
|
-
symbol: '
|
|
21629
|
+
symbol: 'SPICE',
|
|
21630
21630
|
logo_URIs: {
|
|
21631
21631
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
21632
21632
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.6",
|
|
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.50.
|
|
33
|
+
"@chain-registry/types": "^0.50.6"
|
|
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": "e8bf8cc88d4816d007e531f6c965166be2684ba3"
|
|
43
43
|
}
|