Skip to content

Commit

Permalink
Removed unsupported eth_signTypedData_v4 method
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext committed Oct 10, 2023
1 parent 6be14a0 commit 816220b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/walletConnect/walletConnect2.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const WALLETCONNECT_SUPPORTED_METHODS = [
'personal_sign',
'eth_signTransaction',
'eth_signTypedData',
'eth_signTypedData_v4',
]

const WALLETCONNECT_BUILD_SUPPORTED_CHAINS = (chainId: ChainTypesByIdType) => [
Expand Down Expand Up @@ -141,7 +140,6 @@ export const rskWalletConnectNamespace = {
'eth_signTransaction',
'eth_sign',
'eth_signTypedData',
'eth_signTypedData_v4',
],
events: ['chainChanged', 'accountsChanged'],
},
Expand Down

0 comments on commit 816220b

Please sign in to comment.