@chain-registry/juno 1.70.390 → 1.70.391
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 +4 -4
package/asset_list.js
CHANGED
|
@@ -1975,7 +1975,7 @@ const asset_list = {
|
|
|
1975
1975
|
keywords: ['dex', 'staking'],
|
|
1976
1976
|
socials: {
|
|
1977
1977
|
website: 'https://osmosis.zone',
|
|
1978
|
-
x: 'https://x.com/
|
|
1978
|
+
x: 'https://x.com/osmosis'
|
|
1979
1979
|
},
|
|
1980
1980
|
traces: [{
|
|
1981
1981
|
type: 'ibc',
|
|
@@ -3742,7 +3742,7 @@ const asset_list = {
|
|
|
3742
3742
|
keywords: ['dex', 'staking'],
|
|
3743
3743
|
socials: {
|
|
3744
3744
|
website: 'https://osmosis.zone',
|
|
3745
|
-
x: 'https://x.com/
|
|
3745
|
+
x: 'https://x.com/osmosis'
|
|
3746
3746
|
},
|
|
3747
3747
|
traces: [{
|
|
3748
3748
|
type: 'ibc',
|
package/esm/asset_list.js
CHANGED
|
@@ -1973,7 +1973,7 @@ const asset_list = {
|
|
|
1973
1973
|
keywords: ['dex', 'staking'],
|
|
1974
1974
|
socials: {
|
|
1975
1975
|
website: 'https://osmosis.zone',
|
|
1976
|
-
x: 'https://x.com/
|
|
1976
|
+
x: 'https://x.com/osmosis'
|
|
1977
1977
|
},
|
|
1978
1978
|
traces: [{
|
|
1979
1979
|
type: 'ibc',
|
|
@@ -3740,7 +3740,7 @@ const asset_list = {
|
|
|
3740
3740
|
keywords: ['dex', 'staking'],
|
|
3741
3741
|
socials: {
|
|
3742
3742
|
website: 'https://osmosis.zone',
|
|
3743
|
-
x: 'https://x.com/
|
|
3743
|
+
x: 'https://x.com/osmosis'
|
|
3744
3744
|
},
|
|
3745
3745
|
traces: [{
|
|
3746
3746
|
type: 'ibc',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.391",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.391"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.248"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a78471ba44cbe0100858f2a18a36d68d5f478b45"
|
|
47
47
|
}
|