Skip to content

Commit

Permalink
Update expected message for wrong signer
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Jul 3, 2024
1 parent 1153482 commit 21ecc87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const Actions = ({
} else if (
e.message.includes('must provide an Ethereum address') ||
// used for ambire extension
e.message.includes('must use the current user address to sign')
e.message.includes('the dApp is trying to sign using an address different from the currently selected account')
){
addToast(
`Signing error: not connected with the correct address. Make sure you're connected with ${bundle.signer.address}.`,
Expand Down

0 comments on commit 21ecc87

Please sign in to comment.