Commit c6253cb4 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix deploy assertion

parent 54026eda
......@@ -527,7 +527,10 @@ const deployFn: DeployFunction = async (hre) => {
await assertContractVariable(
SystemConfigProxy,
'batcherHash',
ethers.utils.hexZeroPad(hre.deployConfig.batchSenderAddress, 32)
ethers.utils.hexZeroPad(
hre.deployConfig.batchSenderAddress.toLowerCase(),
32
)
)
await assertContractVariable(
......
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