@chain-registry/osmosis 1.42.2 → 1.42.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
|
@@ -9439,7 +9439,7 @@ const asset_list = {
|
|
|
9439
9439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
9440
9440
|
}],
|
|
9441
9441
|
socials: {
|
|
9442
|
-
website: 'https://scorum.
|
|
9442
|
+
website: 'https://scorum.network',
|
|
9443
9443
|
twitter: 'https://twitter.com/scorum_en'
|
|
9444
9444
|
},
|
|
9445
9445
|
traces: [{
|
|
@@ -11986,7 +11986,7 @@ const asset_list = {
|
|
|
11986
11986
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
11987
11987
|
}],
|
|
11988
11988
|
socials: {
|
|
11989
|
-
website: 'https://scorum.
|
|
11989
|
+
website: 'https://scorum.network',
|
|
11990
11990
|
twitter: 'https://twitter.com/scorum_en'
|
|
11991
11991
|
},
|
|
11992
11992
|
traces: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -9437,7 +9437,7 @@ const asset_list = {
|
|
|
9437
9437
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
9438
9438
|
}],
|
|
9439
9439
|
socials: {
|
|
9440
|
-
website: 'https://scorum.
|
|
9440
|
+
website: 'https://scorum.network',
|
|
9441
9441
|
twitter: 'https://twitter.com/scorum_en'
|
|
9442
9442
|
},
|
|
9443
9443
|
traces: [{
|
|
@@ -11984,7 +11984,7 @@ const asset_list = {
|
|
|
11984
11984
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg'
|
|
11985
11985
|
}],
|
|
11986
11986
|
socials: {
|
|
11987
|
-
website: 'https://scorum.
|
|
11987
|
+
website: 'https://scorum.network',
|
|
11988
11988
|
twitter: 'https://twitter.com/scorum_en'
|
|
11989
11989
|
},
|
|
11990
11990
|
traces: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.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.25.
|
|
33
|
+
"@chain-registry/types": "^0.25.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": "6b968faf682ea9fcb0f53c910ea56fac7fbe5cda"
|
|
43
43
|
}
|