Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
naz3eh committed Dec 6, 2021
1 parent a8d6221 commit 4277e29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const SIGNED_MESSAGE =
const WINDOW_ETHEREUM = {
isMetaMask: true,
request: async (request: { method: string; params?: Array<unknown> }) => {
// console.log(request.method); to see the different requests made by ethers
if (['eth_accounts', 'eth_requestAccounts'].includes(request.method)) {
return [WALLET_ADDRESS];
} else if (['personal_sign'].includes(request.method)) {
Expand Down

0 comments on commit 4277e29

Please sign in to comment.