@1sat/wallet-toolbox 0.0.24 → 0.0.25

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.
@@ -22,7 +22,7 @@ export const ORDLOCK_SUFFIX = "615179547a75537a537a537a0079537a75527a527a7575615
22
22
  export const LOCK_PREFIX = "20d37f4de0d1c735b4d51a5572df0f3d9104d1d9e99db8694fdd1b1a92e1f0dce1757601687f76a9";
23
23
  export const LOCK_SUFFIX = "88ac7e7601207f75a9011488";
24
24
  // Protocol IDs
25
- export const ONESAT_PROTOCOL = [1, "1sat"];
25
+ export const ONESAT_PROTOCOL = [1, "onesat"];
26
26
  export const MESSAGE_SIGNING_PROTOCOL = [1, "message signing"];
27
27
  // Constants
28
28
  export const MAX_INSCRIPTION_BYTES = 100_000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/wallet-toolbox",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "BSV wallet library extending @bsv/wallet-toolbox with 1Sat Ordinals protocol support",
5
5
  "author": "1Sat Team",
6
6
  "license": "MIT",