bip44-constants 113.0.0 → 114.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
@@ -632,6 +632,7 @@ module.exports = [
632
632
  [0x80000274, 'LORE', 'Gitopia'],
633
633
  [0x80000275, 'FNR', 'Fincor'],
634
634
  [0x80000276, 'NEXUS', 'Nexus'],
635
+ [0x80000277, 'QTZ', 'Quartz'],
635
636
  [0x80000279, 'CALL', 'Callchain'],
636
637
  [0x8000027b, 'POKT', 'Pocket Network'],
637
638
  [0x8000027c, 'EMIT', 'EMIT'],
@@ -692,6 +693,7 @@ module.exports = [
692
693
  [0x80000320, 'BEET', 'Beetle Coin'],
693
694
  [0x80000321, 'DST', 'DSTRA'],
694
695
  [0x80000328, 'QVT', 'Qvolta'],
696
+ [0x80000329, 'SDN', 'Shiden Network'],
695
697
  [0x8000032a, 'ASTR', 'Astar Network'],
696
698
  [0x8000032b, 'DVPN', 'Sentinel'],
697
699
  [0x80000332, 'VET', 'VeChain Token'],
@@ -745,6 +747,7 @@ module.exports = [
745
747
  [0x800003c6, 'MATIC', 'Matic'],
746
748
  [0x800003c8, 'UNW', 'UNW'],
747
749
  [0x800003ca, 'TWINS', 'TWINS'],
750
+ [0x800003d9, 'AU', 'Autonomy'],
748
751
  [0x800003db, 'VCG', 'VipCoin.Gold'],
749
752
  [0x800003dc, 'XAZAB', 'Xazab core'],
750
753
  [0x800003dd, 'AIOZ', 'AIOZ'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "113.0.0",
3
+ "version": "114.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"