Skip to content

Commit

Permalink
updated type
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed Sep 25, 2023
1 parent f95179c commit adae6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useInitXmtpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ResolveReject<T = void> = (value: T | PromiseLike<T>) => void;

interface Ethereum {
request(args: {
method: "wallet_requestSnaps";
method: string;
params: {
[snapName: string]: object;
};
Expand Down

0 comments on commit adae6db

Please sign in to comment.