bip44-constants 100.0.0 → 104.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 +6 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -327,7 +327,7 @@ module.exports = [
327
327
  [0x80000143, 'ZER', 'Zero'],
328
328
  [0x80000144, 'EBST', 'eBoost'],
329
329
  [0x80000145, 'SHARD', 'Shard'],
330
- [0x80000146, 'LINDA', 'Linda Coin'],
330
+ [0x80000146, 'MRX', 'Metrix Coin'],
331
331
  [0x80000147, 'CMM', 'Commercium'],
332
332
  [0x80000148, 'BLOCK', 'Blocknet'],
333
333
  [0x80000149, 'AUDAX', 'AUDAX'],
@@ -662,6 +662,7 @@ module.exports = [
662
662
  [0x800002ca, 'BNB', 'Binance'],
663
663
  [0x800002cb, 'SIN', 'Sinovate'],
664
664
  [0x800002cc, 'DLN', 'Delion'],
665
+ [0x800002cd, 'BONTE', 'Bontecoin'],
665
666
  [0x800002d5, 'MCX', 'MultiCash'],
666
667
  [0x800002db, 'BMK', 'Bitmark'],
667
668
  [0x800002de, 'DENTX', 'DENTNet'],
@@ -673,6 +674,7 @@ module.exports = [
673
674
  [0x80000302, 'COSA', 'Cosanta'],
674
675
  [0x80000303, 'BR', 'BR'],
675
676
  [0x80000309, 'BTW', 'Bitcoin World'],
677
+ [0x8000030c, 'PLCU', 'PLC Ultima'],
676
678
  [0x80000312, 'UIDD', 'UIDD'],
677
679
  [0x80000313, 'ACA', 'Acala'],
678
680
  [0x80000314, 'BNC', 'Bifrost'],
@@ -681,6 +683,7 @@ module.exports = [
681
683
  [0x80000320, 'BEET', 'Beetle Coin'],
682
684
  [0x80000321, 'DST', 'DSTRA'],
683
685
  [0x80000328, 'QVT', 'Qvolta'],
686
+ [0x8000032a, 'ASTR', 'Astar Network'],
684
687
  [0x8000032b, 'DVPN', 'Sentinel'],
685
688
  [0x80000332, 'VET', 'VeChain Token'],
686
689
  [0x80000333, 'REEF', 'Reef'],
@@ -908,6 +911,7 @@ module.exports = [
908
911
  [0x8000c06e, 'EVE', 'evan.network'],
909
912
  [0x8000c0c0, 'STASH', 'STASH'],
910
913
  [0x8000ce10, 'CELO', 'Celo'],
914
+ [0x8000f0b0, 'TH', 'TianHe'],
911
915
  [0x80010000, 'KETH', 'Krypton World'],
912
916
  [0x80010f2c, 'GRLC', 'Garlicoin'],
913
917
  [0x80011177, 'GWL', 'Gewel'],
@@ -938,6 +942,7 @@ module.exports = [
938
942
  [0x8057414e, 'WAN', 'Wanchain'],
939
943
  [0x80579bfc, 'WAVES', 'Waves'],
940
944
  [0x80579bfd, 'WEST', 'Waves Enterprise'],
945
+ [0x80616263, 'ABC', 'Abcmint'],
941
946
  [0x8063726d, 'CRM', 'Creamcoin'],
942
947
  [0x8073656d, 'SEM', 'Semux'],
943
948
  [0x80737978, 'ION', 'ION'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "100.0.0",
3
+ "version": "104.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"