Commit 41ee09dc authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix deployment bug

parent 94c7094b
...@@ -99,7 +99,7 @@ const deployFn: DeployFunction = async (hre) => { ...@@ -99,7 +99,7 @@ const deployFn: DeployFunction = async (hre) => {
32 32
), ),
gasLimit: hre.deployConfig.l2GenesisBlockGasLimit, gasLimit: hre.deployConfig.l2GenesisBlockGasLimit,
unsafeBlockSigner: hre.deployConfig.unsafeBlockSigner, unsafeBlockSigner: hre.deployConfig.p2pSequencerAddress,
}, },
} }
......
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