bip44-constants 381.0.0 → 383.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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -736,6 +736,7 @@ module.exports = [
736
736
  [0x800002dc, 'FUGA', 'Fuga token'],
737
737
  [0x800002dd, 'TBC', 'TBChat'],
738
738
  [0x800002de, 'DENTX', 'DENTNet'],
739
+ [0x800002df, 'NBY', 'Neobytes'],
739
740
  [0x800002e1, 'ATOP', 'Financial Blockchain'],
740
741
  [0x800002e2, 'BTE', 'Bitweb'],
741
742
  [0x800002e3, 'DPC', 'Dpowcoin (DualPowCoin)'],
@@ -935,6 +936,7 @@ module.exports = [
935
936
  [0x80000544, 'ISLM', 'IslamicCoin'],
936
937
  [0x80000575, 'HYC', 'Hycon'],
937
938
  [0x80000582, 'TENTSLP', 'TENT Simple Ledger Protocol'],
939
+ [0x8000058c, 'DEV', 'DogecoinEV'],
938
940
  [0x800005e6, 'XSC', 'XT Smart Chain'],
939
941
  [0x800005e8, 'AAC', 'Double-A Chain'],
940
942
  [0x800005f4, '', 'Taler'],
@@ -987,6 +989,7 @@ module.exports = [
987
989
  [0x800007d1, 'MNP', 'MNPCoin'],
988
990
  [0x800007d2, 'MLN', 'Miraland'],
989
991
  [0x800007d3, 'ISNA', 'iSarrana'],
992
+ [0x800007da, 'XBT', 'Bitcoin Classic'],
990
993
  [0x800007dd, 'JKC', 'Junkcoin'],
991
994
  [0x800007df, 'TEER', 'Integritee'],
992
995
  [0x800007e1, 'KIN', 'Kin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "381.0.0",
3
+ "version": "383.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",