bip44-constants 361.0.0 → 362.0.0

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1236,5 +1236,6 @@ module.exports = [
1236
1236
  [0xc655454d, 'TTNC', 'TakeTitan'],
1237
1237
  [0xc6554557, 'MTGBP', 'MTGBP'],
1238
1238
  [0xc6554561, 'QFS', 'Qfs'],
1239
- [0xc655456b, 'RWA', 'Asset Chain']
1239
+ [0xc655456b, 'RWA', 'Asset Chain'],
1240
+ [0xc6554575, 'HXC', 'HuaXia Chain']
1240
1241
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "361.0.0",
3
+ "version": "362.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",