Skip to content

Commit

Permalink
removed network validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinm committed Dec 31, 2021
1 parent 5ff0d29 commit d41885d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ const useWallet = () => {
return
}

const isValidNetwork = await validateNetwork()
// const isValidNetwork = await validateNetwork()

if (!isValidNetwork) return
// if (!isValidNetwork) return

const accounts = await ethereum.request({
method: 'eth_requestAccounts',
Expand Down

1 comment on commit d41885d

@vercel
Copy link

@vercel vercel bot commented on d41885d Dec 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.