bip44-constants 72.0.0 → 76.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -621,6 +621,7 @@ module.exports = [
621
621
  [0x80000269, 'XOR', 'Sora'],
622
622
  [0x8000026a, 'SSP', 'SmartShare'],
623
623
  [0x8000026b, 'DEI', 'DeimosX'],
624
+ [0x8000026c, 'AXL', 'Axelar'],
624
625
  [0x80000270, 'NOBL', 'Nobility'],
625
626
  [0x80000271, 'EAST', 'Eastcoin'],
626
627
  [0x80000274, 'LORE', 'Gitopia'],
@@ -688,6 +689,7 @@ module.exports = [
688
689
  [0x80000355, 'PRCY', 'PRCY Coin'],
689
690
  [0x80000362, 'MOB', 'MobileCoin'],
690
691
  [0x80000364, 'IF', 'Infinitefuture'],
692
+ [0x80000370, 'LUM', 'Lum Network'],
691
693
  [0x80000373, 'ZBC', 'ZooBC'],
692
694
  [0x80000376, 'ADF', 'AD Token'],
693
695
  [0x80000378, 'NEO', 'NEO'],
@@ -721,6 +723,7 @@ module.exports = [
721
723
  [0x800003ef, 'FTM', 'Fantom'],
722
724
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
723
725
  [0x800003f3, 'ELV', 'Eluvio'],
726
+ [0x800003f5, 'BIC', 'Beincrypto'],
724
727
  [0x800003fc, 'EVC', 'Evrice'],
725
728
  [0x800003fe, 'XRD', 'Radix DLT'],
726
729
  [0x800003ff, 'ONE', 'HARMONY-ONE'],
@@ -867,6 +870,7 @@ module.exports = [
867
870
  [0x8000c0c0, 'STASH', 'STASH'],
868
871
  [0x8000ce10, 'CELO', 'Celo'],
869
872
  [0x80010000, 'KETH', 'Krypton World'],
873
+ [0x80010f2c, 'GRLC', 'Garlicoin'],
870
874
  [0x80011177, 'GWL', 'Gewel'],
871
875
  [0x80012fd1, 'ZYN', 'Wethio'],
872
876
  [0x80015b38, 'RYO', 'c0ban'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "72.0.0",
3
+ "version": "76.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"