Skip to content

Commit

Permalink
chore: squelch eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Nov 7, 2024
1 parent 637fd69 commit 3fa9064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TurboWalletConnector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export default function TurboWalletConnector({
TurboFactory.authenticated({
token: "ethereum",
walletAdapter: {
// @ts-expect-error ethers provider is not typed
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore -- ethers.signer types are mismatched
getSigner: () => signer,
},
...turboConfig,
Expand Down

0 comments on commit 3fa9064

Please sign in to comment.