Skip to content

Commit

Permalink
feat: add support for personal_ecRecover (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s authored Feb 27, 2024
1 parent 6d57871 commit 5e8b101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const METHODS_TO_REDIRECT: { [method: string]: boolean } = {
wallet_switchEthereumChain: true,
metamask_connectSign: true,
metamask_connectWith: true,
personal_ecRecover: true,
metamask_batch: true,
metamask_open: true,
};
Expand Down

0 comments on commit 5e8b101

Please sign in to comment.