@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/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: 'Hava Coin is the lifeblood of the Cosmos & Juno networks, rewarding builders and welcoming supporters. https://havacoin.xyz/',
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: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava',
1510
+ denom: 'cw20:juno1lsfym25w35ylhuq4m48fmycwe6nhntzh2ag2pttqtfe8cew9s25s2ym9t8',
1509
1511
  exponent: 0
1510
1512
  }, {
1511
- denom: 'hava',
1513
+ denom: 'minerva',
1512
1514
  exponent: 6
1513
1515
  }],
1514
- base: 'factory/juno195asgku87kxgu48s447z0ryhsyn5rl3yzvfw0d/uhava',
1515
- name: 'Hava Coin',
1516
- display: 'hava',
1517
- symbol: 'HAVA',
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/hava.png'
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/hava.png'
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",
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.1",
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.3",
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.0"
75
+ "@chain-registry/types": "^0.18.1"
76
76
  },
77
- "gitHead": "8888dfad2c6fe44abf74fef0df9069a71b6d9d5e"
77
+ "gitHead": "2430b615d7efb97cefa0cb7a36282671c3b2a756"
78
78
  }