@chain-registry/osmosis 1.67.363 → 1.67.364
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 +4 -0
- package/esm/assets.js +4 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -22971,6 +22971,10 @@ const assets = {
|
|
|
22971
22971
|
}
|
|
22972
22972
|
}],
|
|
22973
22973
|
images: [{
|
|
22974
|
+
image_sync: {
|
|
22975
|
+
chain_name: 'cosmoshub',
|
|
22976
|
+
base_denom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22977
|
+
},
|
|
22974
22978
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
22975
22979
|
theme: {
|
|
22976
22980
|
circle: true
|
package/esm/assets.js
CHANGED
|
@@ -22969,6 +22969,10 @@ const assets = {
|
|
|
22969
22969
|
}
|
|
22970
22970
|
}],
|
|
22971
22971
|
images: [{
|
|
22972
|
+
image_sync: {
|
|
22973
|
+
chain_name: 'cosmoshub',
|
|
22974
|
+
base_denom: 'factory/cosmos1wdja2gcsesyl07raq9jm3rcvu0sse5zkev0h8m/Nether'
|
|
22975
|
+
},
|
|
22972
22976
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/nthr.png',
|
|
22973
22977
|
theme: {
|
|
22974
22978
|
circle: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.364",
|
|
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.364"
|
|
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": "9960996c9137f7457b4243b6990bbd969b6a7571"
|
|
42
42
|
}
|