bip44-constants 351.0.0 → 353.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 +3 -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'],
@@ -756,6 +757,7 @@ module.exports = [
756
757
  [0x8000030e, 'PLCU', 'PLC Ultima'],
757
758
  [0x8000030f, 'SMARTBC', 'SMART Blockchain'],
758
759
  [0x80000310, 'SUI', 'Sui'],
760
+ [0x80000311, 'ULTIMA', 'ULTIMA'],
759
761
  [0x80000312, 'UIDD', 'UIDD'],
760
762
  [0x80000313, 'ACA', 'Acala'],
761
763
  [0x80000314, 'BNC', 'Bifrost'],
@@ -808,6 +810,7 @@ module.exports = [
808
810
  [0x80000354, 'DSM', 'Desmos'],
809
811
  [0x80000355, 'PRCY', 'PRCY Coin'],
810
812
  [0x8000035a, 'HVH', 'HAVAH'],
813
+ [0x8000035c, 'XBIT', 'XBIT Coin'],
811
814
  [0x80000360, 'CVM', 'Convex'],
812
815
  [0x80000362, 'MOB', 'MobileCoin'],
813
816
  [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": "353.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",