Skip to content

Commit

Permalink
Lines up types with Phantom wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
krhoda committed Jan 19, 2023
1 parent 2227987 commit 33f5d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/dapp/src/util/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export type ENSType = {

declare global {
interface Window {
phantom:any;
phantom: {solana: any, ethereum: any};
}
}

Expand Down

0 comments on commit 33f5d71

Please sign in to comment.