bip44-constants 202.0.0 → 203.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -812,6 +812,7 @@ module.exports = [
812
812
  [0x800003eb, 'NODL', 'Nodle'],
813
813
  [0x800003ec, 'PCOIN', 'PCOIN'],
814
814
  [0x800003ed, 'TAO', 'Bittensor'],
815
+ [0x800003ee, 'HSK', 'HashKey Chain'],
815
816
  [0x800003ef, 'FTM', 'Fantom'],
816
817
  [0x800003f0, 'RPG', 'RPG'],
817
818
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "202.0.0",
3
+ "version": "203.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",