Skip to content

Commit

Permalink
Resolve signMessage on walletconnect for substrate account
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiendekaco committed Feb 26, 2024
1 parent 051008e commit a06bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/walletconnectPolkadot/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export type WalletConnectOptions = {
/**
* Optional function to handle WalletConnect URI when it becomes available
*/
handleUri?: (uri: string) => Promise<unknown>
handleUri?: (uri: string) => Promise<unknown>
/**
* Project ID associated with [WalletConnect account](https://cloud.walletconnect.com)
*/
Expand Down

0 comments on commit a06bfee

Please sign in to comment.