diff --git a/legacy/types/src/constants/jsonrpc.ts b/legacy/types/src/constants/jsonrpc.ts index b88830ec1..19d5cdf96 100644 --- a/legacy/types/src/constants/jsonrpc.ts +++ b/legacy/types/src/constants/jsonrpc.ts @@ -6,7 +6,7 @@ export const WALLET_METHODS = [ "wallet_registerOnboarding", "wallet_watchAsset", "wallet_scanQRCode", -] +]; export const SIGNING_METHODS = [ "eth_sendTransaction", @@ -18,7 +18,7 @@ export const SIGNING_METHODS = [ "eth_signTypedData_v3", "eth_signTypedData_v4", "personal_sign", - ...WALLET_METHODS + ...WALLET_METHODS, ]; // backwards-compatibility alias