@1sat/connect 0.0.22 → 0.0.23
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63702,7 +63702,7 @@ async function connectWallet(config) {
|
|
|
63702
63702
|
}
|
|
63703
63703
|
// src/auth.ts
|
|
63704
63704
|
var { toArray: toArray5, toHex: toHex4 } = exports_utils;
|
|
63705
|
-
var AUTH_PROTOCOL_ID = [2, "
|
|
63705
|
+
var AUTH_PROTOCOL_ID = [2, "bitcoinauth"];
|
|
63706
63706
|
var AUTH_KEY_ID = "auth-0";
|
|
63707
63707
|
function compactSign(derSig, msgHash, pubKeyHex) {
|
|
63708
63708
|
const sig = Signature.fromDER(toHex4(derSig), "hex");
|