Skip to content

Commit

Permalink
Merge pull request #36 from fireblocks/COR-8324-eip-1559
Browse files Browse the repository at this point in the history
add support for eip-1559
  • Loading branch information
tomervil authored Sep 20, 2021
2 parents 4ed16dc + 7e73df2 commit 1f2ae05
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 @@ -176,6 +176,7 @@ export interface TransactionArguments {
feeLevel?: FeeLevel;
failOnLowFee?: boolean;
maxFee?: string;
priorityFee?: number | string;
gasPrice?: number | string;
gasLimit?: number | string;
note?: string;
Expand Down

0 comments on commit 1f2ae05

Please sign in to comment.