Skip to content

Commit

Permalink
Updated gasPrice to be optional for eip-1559 (#1610).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 26, 2021
1 parent ba6854b commit e95708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transactions/src.ts/index.ts
Expand Up @@ -59,7 +59,7 @@ export interface Transaction {
nonce: number;

gasLimit: BigNumber;
gasPrice: BigNumber;
gasPrice?: BigNumber;

data: string;
value: BigNumber;
Expand Down

0 comments on commit e95708e

Please sign in to comment.