bip44-constants 351.0.0 → 352.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -743,6 +743,7 @@ module.exports = [
743
743
  [0x800002f1, '', 'Age X25519 Encryption'],
744
744
  [0x800002f2, '', 'Age NIST Encryption'],
745
745
  [0x800002f5, 'HONEY', 'HoneyWood'],
746
+ [0x800002f6, 'XDD', 'XDDCoin'],
746
747
  [0x800002fd, 'TGN', 'Tagion'],
747
748
  [0x80000300, 'BALLZ', 'Ballzcoin'],
748
749
  [0x80000302, 'COSA', 'Cosanta'],
@@ -808,6 +809,7 @@ module.exports = [
808
809
  [0x80000354, 'DSM', 'Desmos'],
809
810
  [0x80000355, 'PRCY', 'PRCY Coin'],
810
811
  [0x8000035a, 'HVH', 'HAVAH'],
812
+ [0x8000035c, 'XBIT', 'XBIT Coin'],
811
813
  [0x80000360, 'CVM', 'Convex'],
812
814
  [0x80000362, 'MOB', 'MobileCoin'],
813
815
  [0x80000364, 'IF', 'Infinitefuture'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "351.0.0",
3
+ "version": "352.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",