bip44-constants 249.0.0 → 250.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
@@ -835,6 +835,7 @@ module.exports = [
835
835
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
836
836
  [0x800003f3, 'ELV', 'Eluvio'],
837
837
  [0x800003f5, 'BIC', 'Beincrypto'],
838
+ [0x800003f8, 'CORE', 'Core'],
838
839
  [0x800003fc, 'EVC', 'Evrice'],
839
840
  [0x800003fe, 'XRD', 'Radix DLT'],
840
841
  [0x800003ff, 'ONE', 'HARMONY-ONE (Legacy)'],
@@ -1099,6 +1100,7 @@ module.exports = [
1099
1100
  [0x80579bfd, 'WEST', 'Waves Enterprise'],
1100
1101
  [0x80616263, 'ABC', 'Abcmint'],
1101
1102
  [0x8063726d, 'CRM', 'Creamcoin'],
1103
+ [0x806d6e52, 'BROCK', 'Bitrock'],
1102
1104
  [0x8073656d, 'SEM', 'Semux'],
1103
1105
  [0x80737978, 'ION', 'ION'],
1104
1106
  [0x8076adf1, 'FCT', 'FirmaChain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "249.0.0",
3
+ "version": "250.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",