Commit 3fcde61e authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

style(contracts): lint fix

parent 71260e7a
......@@ -81,7 +81,9 @@ const deployFn: DeployFunction = async (hre) => {
throw new Error(`L1CrossDomainMessenger address is set to address(0)`)
}
console.log(`Setting messenger address to ${l1CrossDomainMessengerAddress}...`)
console.log(
`Setting messenger address to ${l1CrossDomainMessengerAddress}...`
)
await proxy.setStorage(
ethers.utils.hexZeroPad('0x00', 32),
ethers.utils.hexZeroPad(l1CrossDomainMessengerAddress, 32)
......
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