Skip to content

Commit

Permalink
fix: update ethereum type
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed May 3, 2023
1 parent b151f33 commit 158d077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules.d.ts
@@ -1,8 +1,8 @@
import { MetaMaskInpageProvider } from '@metamask/providers';
import { Ethereum } from '@wagmi/connectors';

declare global {
interface Window {
ethereum?: MetaMaskInpageProvider;
ethereum?: Ethereum;
RF?: {
qualify: ({ code: string }) => void;
};
Expand Down

0 comments on commit 158d077

Please sign in to comment.