bip44-constants 101.0.0 → 102.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
@@ -673,6 +673,7 @@ module.exports = [
673
673
  [0x80000302, 'COSA', 'Cosanta'],
674
674
  [0x80000303, 'BR', 'BR'],
675
675
  [0x80000309, 'BTW', 'Bitcoin World'],
676
+ [0x8000030c, 'PLCU', 'PLC Ultima'],
676
677
  [0x80000312, 'UIDD', 'UIDD'],
677
678
  [0x80000313, 'ACA', 'Acala'],
678
679
  [0x80000314, 'BNC', 'Bifrost'],
@@ -681,6 +682,7 @@ module.exports = [
681
682
  [0x80000320, 'BEET', 'Beetle Coin'],
682
683
  [0x80000321, 'DST', 'DSTRA'],
683
684
  [0x80000328, 'QVT', 'Qvolta'],
685
+ [0x8000032a, 'ASTR', 'Astar Network'],
684
686
  [0x8000032b, 'DVPN', 'Sentinel'],
685
687
  [0x80000332, 'VET', 'VeChain Token'],
686
688
  [0x80000333, 'REEF', 'Reef'],
@@ -939,6 +941,7 @@ module.exports = [
939
941
  [0x8057414e, 'WAN', 'Wanchain'],
940
942
  [0x80579bfc, 'WAVES', 'Waves'],
941
943
  [0x80579bfd, 'WEST', 'Waves Enterprise'],
944
+ [0x80616263, 'ABC', 'Abcmint'],
942
945
  [0x8063726d, 'CRM', 'Creamcoin'],
943
946
  [0x8073656d, 'SEM', 'Semux'],
944
947
  [0x80737978, 'ION', 'ION'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "101.0.0",
3
+ "version": "102.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"