bip44-constants 225.0.0 → 227.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
@@ -855,6 +855,7 @@ module.exports = [
855
855
  [0x80000512, 'WPC', 'Wpc'],
856
856
  [0x8000051c, 'WEI', 'WEI'],
857
857
  [0x80000539, 'DFC', 'Defcoin'],
858
+ [0x80000544, 'ISLM', 'IslamicCoin'],
858
859
  [0x80000575, 'HYC', 'Hycon'],
859
860
  [0x80000582, 'TENTSLP', 'TENT Simple Ledger Protocol'],
860
861
  [0x800005e6, 'XSC', 'XT Smart Chain'],
@@ -971,6 +972,7 @@ module.exports = [
971
972
  [0x80001bb3, 'TOPL', 'Topl'],
972
973
  [0x80001ca3, 'KLY', 'KLYNTAR'],
973
974
  [0x80001cad, 'SHFT', 'Shyft'],
975
+ [0x80001d5e, 'MEV', 'MEVerse'],
974
976
  [0x80001e61, 'BTV', 'Bitvote'],
975
977
  [0x80001f40, 'SKY', 'Skycoin'],
976
978
  [0x80001f90, '', 'DSRV'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "225.0.0",
3
+ "version": "227.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",