Skip to content

Commit e95708e

Browse files
committed
Updated gasPrice to be optional for eip-1559 (#1610).
1 parent ba6854b commit e95708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transactions/src.ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface Transaction {
5959
nonce: number;
6060

6161
gasLimit: BigNumber;
62-
gasPrice: BigNumber;
62+
gasPrice?: BigNumber;
6363

6464
data: string;
6565
value: BigNumber;

0 commit comments

Comments
 (0)