Skip to content

Commit e42aac5

Browse files
feat: Unblock eth_signTypedData
1 parent 0a4f8db commit e42aac5

File tree

1 file changed

+0
-4
lines changed
  • packages/snaps-execution-environments/src/common

1 file changed

+0
-4
lines changed

packages/snaps-execution-environments/src/common/utils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ export const BLOCKED_RPC_METHODS = Object.freeze([
5252
'wallet_revokePermissions',
5353
// We disallow all of these confirmations for now, since the screens are not ready for Snaps.
5454
'eth_sendTransaction',
55-
'eth_signTypedData',
56-
'eth_signTypedData_v1',
57-
'eth_signTypedData_v3',
58-
'eth_signTypedData_v4',
5955
'eth_decrypt',
6056
'eth_getEncryptionPublicKey',
6157
'wallet_addEthereumChain',

0 commit comments

Comments
 (0)