Skip to content

Commit

Permalink
typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Nov 29, 2023
1 parent eb07a43 commit 95c8b09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connectors/src/connectors/injected/injected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { SequenceLogo } from '../sequence/SequenceLogo'

declare global {
interface Window {
/* @ts-ignore-next-line */
ethereum?: ethers.providers.ExternalProvider;
}
}
Expand Down

0 comments on commit 95c8b09

Please sign in to comment.