Skip to content

Commit

Permalink
Add wallet methods to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
floating committed Oct 24, 2021
1 parent 2ad1163 commit fce015e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main/api/protectedMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ module.exports = [
'eth_signTypedData',
'eth_signTypedData_v1',
'eth_signTypedData_v3',
'eth_signTypedData_v4'
'eth_signTypedData_v4',
'wallet_addEthereumChain',
'wallet_switchEthereumChain'
]

0 comments on commit fce015e

Please sign in to comment.