diff --git a/app/scripts/lib/multichain-api/scope/scope.ts b/app/scripts/lib/multichain-api/scope/scope.ts index b5fda26bdda4..1b8b2b128bba 100644 --- a/app/scripts/lib/multichain-api/scope/scope.ts +++ b/app/scripts/lib/multichain-api/scope/scope.ts @@ -20,11 +20,6 @@ export const KnownWalletRpcMethods: string[] = [ ]; const WalletEip155Methods = [ 'wallet_addEthereumChain', - 'personal_sign', - 'eth_signTypedData', - 'eth_signTypedData_v1', - 'eth_signTypedData_v3', - 'eth_signTypedData_v4', ]; const Eip155Methods = MetaMaskOpenRPCDocument.methods diff --git a/test/e2e/run-api-specs-multichain.ts b/test/e2e/run-api-specs-multichain.ts index 9f56e65eb29d..6389d383d0ba 100644 --- a/test/e2e/run-api-specs-multichain.ts +++ b/test/e2e/run-api-specs-multichain.ts @@ -72,8 +72,6 @@ async function main() { ]; const walletEip155Methods = [ 'wallet_addEthereumChain', - 'personal_sign', - 'eth_signTypedData_v4', ]; const ignoreMethods = [