diff --git a/.changeset/shy-poems-buy.md b/.changeset/shy-poems-buy.md new file mode 100644 index 0000000..c61d29d --- /dev/null +++ b/.changeset/shy-poems-buy.md @@ -0,0 +1,5 @@ +--- +"@babylonlabs-io/bbn-wallet-connect": patch +--- + +ECDSA as the only option in signMessage diff --git a/src/core/types.ts b/src/core/types.ts index 67c229b..0156857 100644 --- a/src/core/types.ts +++ b/src/core/types.ts @@ -179,7 +179,7 @@ export interface IBTCProvider extends IProvider { * @param type - The signing method to use. * @returns A promise that resolves to the signed message. */ - signMessage(message: string, type: "ecdsa" | "bip322-simple"): Promise; + signMessage(message: string, type: "ecdsa"): Promise; /** * Retrieves the inscriptions for the connected wallet.