bip44-constants 112.0.0 → 113.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
@@ -681,6 +681,7 @@ module.exports = [
681
681
  [0x80000300, 'BALLZ', 'Ballzcoin'],
682
682
  [0x80000302, 'COSA', 'Cosanta'],
683
683
  [0x80000303, 'BR', 'BR'],
684
+ [0x80000307, 'PLSR', 'Pulsar Coin'],
684
685
  [0x80000309, 'BTW', 'Bitcoin World'],
685
686
  [0x8000030c, 'PLCU', 'PLC Ultima'],
686
687
  [0x80000312, 'UIDD', 'UIDD'],
@@ -742,6 +743,7 @@ module.exports = [
742
743
  [0x800003bb, 'LTP', 'LifetionCoin'],
743
744
  [0x800003be, '', 'KickSoccer'],
744
745
  [0x800003c6, 'MATIC', 'Matic'],
746
+ [0x800003c8, 'UNW', 'UNW'],
745
747
  [0x800003ca, 'TWINS', 'TWINS'],
746
748
  [0x800003db, 'VCG', 'VipCoin.Gold'],
747
749
  [0x800003dc, 'XAZAB', 'Xazab core'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "112.0.0",
3
+ "version": "113.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"