@chain-registry/juno 1.64.18 → 1.64.20
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/chain.js +4 -1
- package/esm/chain.js +4 -1
- package/package.json +4 -4
package/chain.js
CHANGED
|
@@ -420,7 +420,10 @@ const chain = {
|
|
|
420
420
|
],
|
|
421
421
|
images: [{
|
|
422
422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
423
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
|
|
424
|
+
theme: {
|
|
425
|
+
primary_color_hex: '#fa7b7b'
|
|
426
|
+
}
|
|
424
427
|
}]
|
|
425
428
|
};
|
|
426
429
|
exports.default = chain;
|
package/esm/chain.js
CHANGED
|
@@ -418,7 +418,10 @@ const chain = {
|
|
|
418
418
|
],
|
|
419
419
|
images: [{
|
|
420
420
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
421
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
|
|
422
|
+
theme: {
|
|
423
|
+
primary_color_hex: '#fa7b7b'
|
|
424
|
+
}
|
|
422
425
|
}]
|
|
423
426
|
};
|
|
424
427
|
export default chain;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.20",
|
|
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.63.
|
|
32
|
+
"chain-registry": "^1.63.20"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.17"
|
|
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": "c80b1e9ddb70d024a27ca35b1903937339132637"
|
|
47
47
|
}
|