bip44-constants 214.0.0 → 216.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
@@ -786,6 +786,7 @@ module.exports = [
786
786
  [0x8000039d, 'DIP', 'Dipper Network'],
787
787
  [0x800003a0, 'GHM', 'HermitMatrixNetwork'],
788
788
  [0x800003a3, 'RUNE', 'THORChain (RUNE)'],
789
+ [0x800003a4, 'CACAO', 'Maya Protocol'],
789
790
  [0x800003ad, '---', 'reserved'],
790
791
  [0x800003b1, 'UNLOCK', 'Jasiri protocol'],
791
792
  [0x800003bb, 'LTP', 'LifetionCoin'],
@@ -906,6 +907,7 @@ module.exports = [
906
907
  [0x80000826, 'KILT', 'KILT Spiritnet'],
907
908
  [0x8000083d, 'SAMA', 'Exosama Network'],
908
909
  [0x80000840, 'IoTE', 'IoTE'],
910
+ [0x8000084d, 'BAY', 'BitBay'],
909
911
  [0x80000859, 'XRG', 'Ergon'],
910
912
  [0x80000888, 'CHZ', 'Chiliz'],
911
913
  [0x800008ad, 'ASK', 'ASK'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "214.0.0",
3
+ "version": "216.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",