@chain-registry/osmosis 1.67.91 → 1.67.92
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
|
@@ -23638,7 +23638,7 @@ const assets = {
|
|
|
23638
23638
|
type_asset: 'sdk.coin',
|
|
23639
23639
|
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23640
23640
|
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23641
|
-
name: 'The seven green shade
|
|
23641
|
+
name: 'The seven green shade',
|
|
23642
23642
|
display: 'T7S',
|
|
23643
23643
|
symbol: 'T7S',
|
|
23644
23644
|
logo_URIs: {
|
package/esm/assets.js
CHANGED
|
@@ -23636,7 +23636,7 @@ const assets = {
|
|
|
23636
23636
|
type_asset: 'sdk.coin',
|
|
23637
23637
|
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23638
23638
|
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23639
|
-
name: 'The seven green shade
|
|
23639
|
+
name: 'The seven green shade',
|
|
23640
23640
|
display: 'T7S',
|
|
23641
23641
|
symbol: 'T7S',
|
|
23642
23642
|
logo_URIs: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.92",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.92"
|
|
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": "3132d956237d27176688d14c80c95f3a2db3350b"
|
|
42
42
|
}
|