@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.
- package/dist/api/constants.js +1 -1
- package/package.json +1 -1
package/dist/api/constants.js
CHANGED
|
@@ -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, "
|
|
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;
|