bip44-constants 398.0.0 → 399.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
@@ -1158,6 +1158,7 @@ module.exports = [
1158
1158
  [0x8000232e, 'BSC', 'Binance Smart Chain'],
1159
1159
  [0x8000232f, 'SATOX', 'Satoxcoin'],
1160
1160
  [0x80002481, 'WEIL', 'Weilliptic'],
1161
+ [0x800025a1, 'SYL', 'OpenSY'],
1161
1162
  [0x80002645, 'NRG', 'Energi'],
1162
1163
  [0x800026a0, 'BTF', 'Bitcoin Faith'],
1163
1164
  [0x800026f1, 'OSMI', 'Osmium'],
@@ -1257,6 +1258,7 @@ module.exports = [
1257
1258
  [0x80140adc, 'XERO', 'Xerom'],
1258
1259
  [0x801a2010, 'LAX', 'LAPO'],
1259
1260
  [0x803be02b, 'EPK', 'EPIK Protocol'],
1261
+ [0x80426c63, 'BBLU', 'Bitcoin-Blu'],
1260
1262
  [0x80485944, 'HYD', 'Hydra Token'],
1261
1263
  [0x804d444e, '', 'Miden'],
1262
1264
  [0x80501949, 'BCO', 'BitcoinOre'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "398.0.0",
3
+ "version": "399.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",