bip44-constants 153.0.0 → 156.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
@@ -643,6 +643,7 @@ module.exports = [
643
643
  [0x80000281, 'KCS', 'KuCoin Shares'],
644
644
  [0x80000282, 'KCC', 'KuCoin Community Chain'],
645
645
  [0x80000283, 'AZERO', 'Aleph Zero'],
646
+ [0x80000284, 'TREE', 'Tree'],
646
647
  [0x80000285, 'LX', 'Lynx'],
647
648
  [0x80000286, 'XLN', 'Lunarium'],
648
649
  [0x80000288, 'ZRB', 'Zarb'],
@@ -758,6 +759,7 @@ module.exports = [
758
759
  [0x80000394, 'META', 'Metadium'],
759
760
  [0x80000395, 'FRA', 'Findora'],
760
761
  [0x80000397, 'CCD', 'Concordium'],
762
+ [0x80000399, 'AVN', 'Avian Network'],
761
763
  [0x8000039d, 'DIP', 'Dipper Network'],
762
764
  [0x800003a3, 'RUNE', 'THORChain (RUNE)'],
763
765
  [0x800003ad, 'KCN', 'Kylacoin'],
@@ -1017,5 +1019,6 @@ module.exports = [
1017
1019
  [0x85f5e0fd, 'EQ', 'EQ'],
1018
1020
  [0x85f5e0fe, 'FLUID', 'Fluid Chains'],
1019
1021
  [0x85f5e0ff, 'QKC', 'QuarkChain'],
1020
- [0xa4465644, 'FVDC', 'ForumCoin']
1022
+ [0xa4465644, 'FVDC', 'ForumCoin'],
1023
+ [0xc655454c, '', 'Fuel']
1021
1024
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "153.0.0",
3
+ "version": "156.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"