bip44-constants 377.0.0 → 379.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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -766,6 +766,7 @@ module.exports = [
766
766
  [0x80000313, 'ACA', 'Acala'],
767
767
  [0x80000314, 'BNC', 'Bifrost'],
768
768
  [0x80000315, 'TAU', 'Lamden'],
769
+ [0x80000316, 'LKY', 'Luckycoin'],
769
770
  [0x8000031a, 'INTR', 'Interlay'],
770
771
  [0x8000031b, 'KINT', 'Kintsugi'],
771
772
  [0x8000031f, 'PDEX', 'Polkadex'],
@@ -1004,6 +1005,7 @@ module.exports = [
1004
1005
  [0x8000083d, 'SAMA', 'Exosama Network'],
1005
1006
  [0x80000840, 'IoTE', 'IoTE'],
1006
1007
  [0x80000849, 'CBTC', 'Coordinate BTC (Anduro)'],
1008
+ [0x8000084a, 'QBTC', 'Quasar BTC (Anduro)'],
1007
1009
  [0x8000084d, 'BAY', 'BitBay'],
1008
1010
  [0x80000859, 'XRG', 'Ergon'],
1009
1011
  [0x80000897, 'SAMA', 'Moonsama Network'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "377.0.0",
3
+ "version": "379.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",