bip44-constants 177.0.0 → 179.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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -704,6 +704,7 @@ module.exports = [
704
704
  [0x80000302, 'COSA', 'Cosanta'],
705
705
  [0x80000303, 'BR', 'BR'],
706
706
  [0x80000307, 'PLSR', 'Pulsar Coin'],
707
+ [0x80000308, 'KEY', 'Keymaker Coin'],
707
708
  [0x80000309, 'BTW', 'Bitcoin World'],
708
709
  [0x8000030c, 'PLCUC', 'PLC Ultima Classic'],
709
710
  [0x8000030d, 'PLCUX', 'PLC Ultima X'],
@@ -821,6 +822,7 @@ module.exports = [
821
822
  [0x80000462, 'CMT', 'CyberMiles Token'],
822
823
  [0x80000468, 'ETSC', 'Ethereum Social'],
823
824
  [0x80000469, 'DFI', 'DeFiChain'],
825
+ [0x8000046a, 'DFI', 'DeFiChain EVM Network'],
824
826
  [0x80000471, '$DAG', 'Constellation Labs'],
825
827
  [0x80000479, 'CDY', 'Bitcoin Candy'],
826
828
  [0x80000483, 'EFI', 'Efinity'],
@@ -982,7 +984,7 @@ module.exports = [
982
984
  [0x800057e8, 'PWR', 'PWRcoin'],
983
985
  [0x800062a4, 'BELL', 'Bellcoin'],
984
986
  [0x80006476, 'CHX', 'Own'],
985
- [0x80007531, 'FLR', 'Flare'],
987
+ [0x80007531, '---', 'reserved'],
986
988
  [0x8000797e, 'ESN', 'EtherSocial Network'],
987
989
  [0x80007a69, '', 'ThePower'],
988
990
  [0x80008288, 'TEO', 'Trust Eth reOrigin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "177.0.0",
3
+ "version": "179.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",