Commit 1692f13e authored by Wyatt Barnes's avatar Wyatt Barnes

Remove extraerrornous estimateFee test args

parent de4f2338
......@@ -238,8 +238,7 @@ describe('OptimismFeeEstimationPlugin', () => {
type: 2,
to: optimistAddress[10],
from: '0x77194aa25a06f932c10c0f25090f3046af2c85a6',
},
{ blockNumber: 107028270 }
}
)
).toBeTypeOf('bigint'))
})
......@@ -282,7 +281,7 @@ describe('OptimismFeeEstimationPlugin', () => {
to: optimistAddress[10],
from: '0x77194aa25a06f932c10c0f25090f3046af2c85a6',
},
{ returnFormat: hexStringFormat }
hexStringFormat
)
).toBeTypeOf('string'))
})
......
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