Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
ts-expect-error on bloctoWallet because it works
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheese1 committed Aug 17, 2023
1 parent 0721074 commit 12903b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ export default function App() {
groupName: "Popular",
wallets: [
injectedWallet({ chains }),
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
bloctoWallet({ chains }),
metaMaskWallet({ chains, projectId }),
rainbowWallet({ chains, projectId }),
Expand Down

0 comments on commit 12903b1

Please sign in to comment.