@chain-registry/osmosis 1.63.3 → 1.63.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/asset_list.js +2 -2
- package/esm/asset_list.js +2 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -13672,7 +13672,7 @@ const asset_list = {
|
|
|
13672
13672
|
}
|
|
13673
13673
|
}],
|
|
13674
13674
|
socials: {
|
|
13675
|
-
|
|
13675
|
+
website: 'https://realio.network/',
|
|
13676
13676
|
twitter: 'https://x.com/realio_network'
|
|
13677
13677
|
},
|
|
13678
13678
|
traces: [{
|
|
@@ -18955,7 +18955,7 @@ const asset_list = {
|
|
|
18955
18955
|
}
|
|
18956
18956
|
}],
|
|
18957
18957
|
socials: {
|
|
18958
|
-
|
|
18958
|
+
website: 'https://realio.network/',
|
|
18959
18959
|
twitter: 'https://x.com/realio_network'
|
|
18960
18960
|
},
|
|
18961
18961
|
traces: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -13670,7 +13670,7 @@ const asset_list = {
|
|
|
13670
13670
|
}
|
|
13671
13671
|
}],
|
|
13672
13672
|
socials: {
|
|
13673
|
-
|
|
13673
|
+
website: 'https://realio.network/',
|
|
13674
13674
|
twitter: 'https://x.com/realio_network'
|
|
13675
13675
|
},
|
|
13676
13676
|
traces: [{
|
|
@@ -18953,7 +18953,7 @@ const asset_list = {
|
|
|
18953
18953
|
}
|
|
18954
18954
|
}],
|
|
18955
18955
|
socials: {
|
|
18956
|
-
|
|
18956
|
+
website: 'https://realio.network/',
|
|
18957
18957
|
twitter: 'https://x.com/realio_network'
|
|
18958
18958
|
},
|
|
18959
18959
|
traces: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.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.46.
|
|
33
|
+
"@chain-registry/types": "^0.46.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": "49b3d60459f7d7bec008acdcfb10b626ea3b8b35"
|
|
43
43
|
}
|