Skip to content

Commit

Permalink
fix: optional param in contract invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Apr 10, 2023
1 parent fd295bc commit da094e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export type Overrides = {
maxFee?: BigNumberish;
nonce?: BigNumberish;
signature?: Signature;
parseRequest: Boolean;
parseRequest?: Boolean;
};

0 comments on commit da094e4

Please sign in to comment.