Commit 75efabf4 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix deploy script

parent 9f802c22
...@@ -234,7 +234,7 @@ const deployFn: DeployFunction = async (hre) => { ...@@ -234,7 +234,7 @@ const deployFn: DeployFunction = async (hre) => {
) )
const resourceParams = await OptimismPortal.params() const resourceParams = await OptimismPortal.params()
assert( assert(
resourceParams.prevBaseFee.eq(await OptimismPortal.INITIAL_BASE_FEE()), resourceParams.prevBaseFee.eq(ethers.utils.parseUnits('1', 'gwei')),
`OptimismPortal was not initialized with the correct initial base fee` `OptimismPortal was not initialized with the correct initial base fee`
) )
assert( assert(
......
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