bip44-constants 356.0.0 → 358.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
@@ -730,6 +730,7 @@ module.exports = [
730
730
  [0x800002d6, 'TARA', 'Taraxa'],
731
731
  [0x800002d7, 'BLU', 'BluCrates'],
732
732
  [0x800002d8, 'BFC', 'BFC'],
733
+ [0x800002d9, 'DCC', 'DecentraCast'],
733
734
  [0x800002da, 'HEALIOS', 'Tenacity'],
734
735
  [0x800002db, 'BMK', 'Bitmark'],
735
736
  [0x800002dd, 'TBC', 'TBChat'],
@@ -996,6 +997,7 @@ module.exports = [
996
997
  [0x8000082b, 'FRQCY', 'Frequency'],
997
998
  [0x8000083d, 'SAMA', 'Exosama Network'],
998
999
  [0x80000840, 'IoTE', 'IoTE'],
1000
+ [0x80000849, 'CBTC', 'Coordinate BTC (Anduro)'],
999
1001
  [0x8000084d, 'BAY', 'BitBay'],
1000
1002
  [0x80000859, 'XRG', 'Ergon'],
1001
1003
  [0x80000897, 'SAMA', 'Moonsama Network'],
@@ -1071,6 +1073,7 @@ module.exports = [
1071
1073
  [0x80001b74, 'AA', 'Arthera'],
1072
1074
  [0x80001b9e, 'DOI', 'Doichain'],
1073
1075
  [0x80001bb3, 'TOPL', 'Topl'],
1076
+ [0x80001c68, 'ABTC', 'Alys BTC (Anduro)'],
1074
1077
  [0x80001ca3, 'KLY', 'KLYNTAR'],
1075
1078
  [0x80001cad, 'SHFT', 'Shyft'],
1076
1079
  [0x80001d5e, 'MEV', 'MEVerse'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "356.0.0",
3
+ "version": "358.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",