Commit f1604053 authored by Wyatt Barnes's avatar Wyatt Barnes

Add undefined to blockNumber parameter

parent 1b045ff0
...@@ -224,7 +224,7 @@ export class OptimismFeeEstimationPlugin extends Web3PluginBase { ...@@ -224,7 +224,7 @@ export class OptimismFeeEstimationPlugin extends Web3PluginBase {
>( >(
transaction: Transaction, transaction: Transaction,
options?: { options?: {
blockNumber?: BlockNumberOrTag blockNumber?: BlockNumberOrTag | undefined
returnFormat?: ReturnFormat returnFormat?: ReturnFormat
} }
) { ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment