Skip to content

Commit

Permalink
improved human readeable error in WC rejection
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Jul 10, 2023
1 parent f569714 commit e3e4d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-connect/src/hooks/useWalletConnectV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const USER_DISCONNECTED_CODE = 6000
const logger = isProduction ? undefined : 'debug'

export const errorLabel =
'Connection refused: the dApp you are using is sending an incompatible connection proposal with your Safe Account'
'Connection refused: the dApp you are using is sending a connection proposal that is incompatible with your Safe Account'

export type wcConnectType = (uri: string) => Promise<void>
export type wcDisconnectType = () => Promise<void>
Expand Down

0 comments on commit e3e4d6a

Please sign in to comment.