Skip to content

Commit

Permalink
add maxTotalFee tx-request param (#290)
Browse files Browse the repository at this point in the history
* add maxTxFee

* rename to maxTotalFee
  • Loading branch information
yuval-fireblocks authored Sep 9, 2024
1 parent 76910d0 commit 18e589d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export interface TransactionArguments {
feeLevel?: FeeLevel;
failOnLowFee?: boolean;
maxFee?: string;
maxTotalFee?: string;
priorityFee?: number | string;
gasPrice?: number | string;
gasLimit?: number | string;
Expand Down

0 comments on commit 18e589d

Please sign in to comment.