maxFeePerGas property

BigInt? maxFeePerGas

The maximum price (in wei) per unit of gas this transaction will pay for the EIP-1559 base fee.

Most developers should leave this unspecified and use the default value that ethers determines from the network.

This may not be specified for transactions with type set to 0 or if gasPrice is specified.

Implementation

BigInt? get maxFeePerGas => impl.maxFeePerGas?.toBigInt;