bip44-constants 149.0.0 → 150.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
@@ -709,7 +709,7 @@ module.exports = [
709
709
  [0x80000328, 'QVT', 'Qvolta'],
710
710
  [0x80000329, 'SDN', 'Shiden Network'],
711
711
  [0x8000032a, 'ASTR', 'Astar Network'],
712
- [0x8000032b, 'DVPN', 'Sentinel'],
712
+ [0x8000032b, '---', 'reserved'],
713
713
  [0x8000032d, 'MEER', 'Qitmeer'],
714
714
  [0x80000332, 'VET', 'VeChain Token'],
715
715
  [0x80000333, 'REEF', 'Reef'],
@@ -763,6 +763,7 @@ module.exports = [
763
763
  [0x800003ae, 'YCN', 'Yilacoin'],
764
764
  [0x800003bb, 'LTP', 'LifetionCoin'],
765
765
  [0x800003be, '', 'KickSoccer'],
766
+ [0x800003c0, 'VKAX', 'Vkax'],
766
767
  [0x800003c6, 'MATIC', 'Matic'],
767
768
  [0x800003c8, 'UNW', 'UNW'],
768
769
  [0x800003ca, 'TWINS', 'TWINS'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "149.0.0",
3
+ "version": "150.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"