Skip to content

Commit

Permalink
add wallet methods to legacy client
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Jan 12, 2022
1 parent 85844dd commit ae6e1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions legacy/types/src/constants/jsonrpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const WALLET_METHODS = [
"wallet_registerOnboarding",
"wallet_watchAsset",
"wallet_scanQRCode",
]
];

export const SIGNING_METHODS = [
"eth_sendTransaction",
Expand All @@ -18,7 +18,7 @@ export const SIGNING_METHODS = [
"eth_signTypedData_v3",
"eth_signTypedData_v4",
"personal_sign",
...WALLET_METHODS
...WALLET_METHODS,
];

// backwards-compatibility alias
Expand Down

0 comments on commit ae6e1ea

Please sign in to comment.