bip44-constants 81.0.0 → 85.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 +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -166,7 +166,7 @@ module.exports = [
166
166
  [0x800000a2, 'BCO', 'Bridgecoin'],
167
167
  [0x800000a3, 'ELLA', 'Ellaism'],
168
168
  [0x800000a4, 'PIRL', 'Pirl'],
169
- [0x800000a5, 'NANO', 'Nano'],
169
+ [0x800000a5, 'XNO', 'Nano'],
170
170
  [0x800000a6, 'VIVO', 'Vivo'],
171
171
  [0x800000a7, 'FRST', 'Firstcoin'],
172
172
  [0x800000a8, 'HNC', 'Helleniccoin'],
@@ -644,6 +644,7 @@ module.exports = [
644
644
  [0x800002ae, 'KAR', 'Karura Network'],
645
645
  [0x800002b0, 'CET', 'CoinEx Chain'],
646
646
  [0x800002ba, 'VEIL', 'Veil'],
647
+ [0x800002bb, 'GIO', 'Gio'],
647
648
  [0x800002bc, 'XDAI', 'xDai'],
648
649
  [0x800002c3, 'MCOIN', 'Moneta Coin'],
649
650
  [0x800002c7, 'CHC', 'Chaincoin'],
@@ -653,6 +654,7 @@ module.exports = [
653
654
  [0x800002cc, 'DLN', 'Delion'],
654
655
  [0x800002d5, 'MCX', 'MultiCash'],
655
656
  [0x800002db, 'BMK', 'Bitmark'],
657
+ [0x800002de, 'DENTX', 'DENTNet'],
656
658
  [0x800002e1, 'ATOP', '[Financial Blockchain]'],
657
659
  [0x800002eb, 'RAD', 'Centrifuge'],
658
660
  [0x800002ee, 'XPRT', 'Persistence'],
@@ -764,6 +766,7 @@ module.exports = [
764
766
  [0x800006fd, 'VEGA', 'Vega Protocol'],
765
767
  [0x80000717, 'ADA', 'Cardano'],
766
768
  [0x80000743, 'TES', 'Teslacoin'],
769
+ [0x80000760, 'ZTX', 'Zetrix'],
767
770
  [0x8000076b, 'XEC', 'eCash token'],
768
771
  [0x8000076d, 'CLC', 'Classica'],
769
772
  [0x8000077f, 'VIPS', 'VIPSTARCOIN'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "81.0.0",
3
+ "version": "85.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"