Updated gasPrice to be optional for eip-1559 (#1610).
This commit is contained in:
parent
ba6854bdd5
commit
e95708eedc
@ -59,7 +59,7 @@ export interface Transaction {
|
||||
nonce: number;
|
||||
|
||||
gasLimit: BigNumber;
|
||||
gasPrice: BigNumber;
|
||||
gasPrice?: BigNumber;
|
||||
|
||||
data: string;
|
||||
value: BigNumber;
|
||||
|
Loading…
Reference in New Issue
Block a user