@chain-registry/juno 1.62.4 → 1.62.6
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 +5 -1
- package/esm/assets.js +5 -1
- package/package.json +4 -4
package/assets.js
CHANGED
|
@@ -586,7 +586,11 @@ const assets = {
|
|
|
586
586
|
images: [{
|
|
587
587
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
588
588
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
589
|
-
}]
|
|
589
|
+
}],
|
|
590
|
+
socials: {
|
|
591
|
+
website: 'https://posthuman.digital/',
|
|
592
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
593
|
+
}
|
|
590
594
|
},
|
|
591
595
|
{
|
|
592
596
|
description: 'The native token cw20 for Hopers on Juno Chain',
|
package/esm/assets.js
CHANGED
|
@@ -584,7 +584,11 @@ const assets = {
|
|
|
584
584
|
images: [{
|
|
585
585
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
586
586
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
587
|
-
}]
|
|
587
|
+
}],
|
|
588
|
+
socials: {
|
|
589
|
+
website: 'https://posthuman.digital/',
|
|
590
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
591
|
+
}
|
|
588
592
|
},
|
|
589
593
|
{
|
|
590
594
|
description: 'The native token cw20 for Hopers on Juno Chain',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.6",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.61.
|
|
32
|
+
"chain-registry": "^1.61.6"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.43.
|
|
35
|
+
"@chain-registry/types": "^0.43.6"
|
|
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": "f45299111d979de9af874bd386bdc8a671ff2a46"
|
|
47
47
|
}
|