@chain-registry/juno 1.29.6 → 1.29.7
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/CHANGELOG.md +8 -0
- package/main/assets.js +24 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.29.7](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.29.6...@chain-registry/juno@1.29.7) (2024-02-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/juno
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.29.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@1.29.5...@chain-registry/juno@1.29.6) (2024-02-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/juno
|
package/main/assets.js
CHANGED
|
@@ -1505,15 +1505,15 @@ var assets = {
|
|
|
1505
1505
|
}, {
|
|
1506
1506
|
description: 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.',
|
|
1507
1507
|
type_asset: 'cw20',
|
|
1508
|
-
address: '
|
|
1508
|
+
address: 'juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82',
|
|
1509
1509
|
denom_units: [{
|
|
1510
|
-
denom: 'cw20:
|
|
1510
|
+
denom: 'cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82',
|
|
1511
1511
|
exponent: 0
|
|
1512
1512
|
}, {
|
|
1513
1513
|
denom: 'minerva',
|
|
1514
1514
|
exponent: 6
|
|
1515
1515
|
}],
|
|
1516
|
-
base: 'cw20:
|
|
1516
|
+
base: 'cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82',
|
|
1517
1517
|
name: 'MINERVA',
|
|
1518
1518
|
display: 'minerva',
|
|
1519
1519
|
symbol: 'MRVA',
|
|
@@ -1523,6 +1523,27 @@ var assets = {
|
|
|
1523
1523
|
images: [{
|
|
1524
1524
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
|
|
1525
1525
|
}]
|
|
1526
|
+
}, {
|
|
1527
|
+
description: 'In Roman mythology, Juno (Latin: Iuno; pronounced [[Help:Pronunciation|[ˈjuːnoː]]]) was the protector and advisor of the state.',
|
|
1528
|
+
type_asset: 'cw20',
|
|
1529
|
+
address: 'juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk',
|
|
1530
|
+
denom_units: [{
|
|
1531
|
+
denom: 'cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk',
|
|
1532
|
+
exponent: 0
|
|
1533
|
+
}, {
|
|
1534
|
+
denom: 'luno',
|
|
1535
|
+
exponent: 6
|
|
1536
|
+
}],
|
|
1537
|
+
base: 'cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk',
|
|
1538
|
+
name: 'LUNO',
|
|
1539
|
+
display: 'luno',
|
|
1540
|
+
symbol: 'LUNO',
|
|
1541
|
+
logo_URIs: {
|
|
1542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
|
|
1543
|
+
},
|
|
1544
|
+
images: [{
|
|
1545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png'
|
|
1546
|
+
}]
|
|
1526
1547
|
}]
|
|
1527
1548
|
};
|
|
1528
1549
|
var _default = exports["default"] = assets;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.7",
|
|
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",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
75
|
"@chain-registry/types": "^0.18.1"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "db0c1f151166b054cb22cae4772726203cebadb5"
|
|
78
78
|
}
|