bip44-constants 90.0.0 → 91.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
@@ -628,6 +628,7 @@ module.exports = [
628
628
  [0x80000270, 'NOBL', 'Nobility'],
629
629
  [0x80000271, 'EAST', 'Eastcoin'],
630
630
  [0x80000272, 'KDA', 'Kadena'],
631
+ [0x80000273, 'SOUL', 'Phantasma'],
631
632
  [0x80000274, 'LORE', 'Gitopia'],
632
633
  [0x80000275, 'FNR', 'Fincor'],
633
634
  [0x80000276, 'NEXUS', 'Nexus'],
@@ -655,6 +656,7 @@ module.exports = [
655
656
  [0x800002bc, 'XDAI', 'xDai'],
656
657
  [0x800002c3, 'MCOIN', 'Moneta Coin'],
657
658
  [0x800002c7, 'CHC', 'Chaincoin'],
659
+ [0x800002c8, 'SERF', 'Serfnet'],
658
660
  [0x800002c9, 'XTL', 'Katal Chain'],
659
661
  [0x800002ca, 'BNB', 'Binance'],
660
662
  [0x800002cb, 'SIN', 'Sinovate'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "90.0.0",
3
+ "version": "91.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"