@chain-registry/juno 1.29.3 → 1.29.5
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 +16 -0
- package/main/asset_list.js +1 -1
- package/main/assets.js +11 -9
- package/package.json +5 -5
package/main/assets.js
CHANGED
|
@@ -1503,23 +1503,25 @@ var assets = {
|
|
|
1503
1503
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png'
|
|
1504
1504
|
}]
|
|
1505
1505
|
}, {
|
|
1506
|
-
description: '
|
|
1506
|
+
description: 'Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.',
|
|
1507
|
+
type_asset: 'cw20',
|
|
1508
|
+
address: 'juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8',
|
|
1507
1509
|
denom_units: [{
|
|
1508
|
-
denom: '
|
|
1510
|
+
denom: 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8',
|
|
1509
1511
|
exponent: 0
|
|
1510
1512
|
}, {
|
|
1511
|
-
denom: '
|
|
1513
|
+
denom: 'minerva',
|
|
1512
1514
|
exponent: 6
|
|
1513
1515
|
}],
|
|
1514
|
-
base: '
|
|
1515
|
-
name: '
|
|
1516
|
-
display: '
|
|
1517
|
-
symbol: '
|
|
1516
|
+
base: 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8',
|
|
1517
|
+
name: 'MINERVA',
|
|
1518
|
+
display: 'minerva',
|
|
1519
|
+
symbol: 'MRVA',
|
|
1518
1520
|
logo_URIs: {
|
|
1519
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
|
1521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
|
|
1520
1522
|
},
|
|
1521
1523
|
images: [{
|
|
1522
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
|
1524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png'
|
|
1523
1525
|
}]
|
|
1524
1526
|
}]
|
|
1525
1527
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.29.
|
|
3
|
+
"version": "1.29.5",
|
|
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",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.21.4",
|
|
51
51
|
"@babel/preset-env": "7.21.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.21.4",
|
|
53
|
-
"@chain-registry/utils": "^1.18.
|
|
53
|
+
"@chain-registry/utils": "^1.18.2",
|
|
54
54
|
"@types/jest": "^29.5.1",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
56
56
|
"@typescript-eslint/parser": "5.59.0",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.5.0",
|
|
59
59
|
"babel-watch": "^7.7.2",
|
|
60
|
-
"chain-registry": "^1.28.
|
|
60
|
+
"chain-registry": "^1.28.5",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.38.0",
|
|
63
63
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/runtime": "^7.21.0",
|
|
75
|
-
"@chain-registry/types": "^0.18.
|
|
75
|
+
"@chain-registry/types": "^0.18.1"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "2430b615d7efb97cefa0cb7a36282671c3b2a756"
|
|
78
78
|
}
|