Skip to content

Commit

Permalink
updating HandlerWrapper.methodNames type
Browse files Browse the repository at this point in the history
  • Loading branch information
NiranjanaBinoy committed Apr 9, 2024
1 parent 16cabb8 commit fc30dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
export type ExistingNetworkChainIds = '0x1' | '0xaa36a7' | '0xe704' | '0xe708';

export type HandlerWrapper = {
methodNames: [string];
methodNames: [string] | string[];
hookNames: Record<string, boolean>;
};

Expand Down

0 comments on commit fc30dca

Please sign in to comment.