Commit 1d5d379b authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: lint fix

parent c434bc19
...@@ -11,9 +11,7 @@ const deployFn: DeployFunction = async (hre) => { ...@@ -11,9 +11,7 @@ const deployFn: DeployFunction = async (hre) => {
) )
} }
if (hre.deployConfig.l2OutputOracleSubmissionInterval === 0) { if (hre.deployConfig.l2OutputOracleSubmissionInterval === 0) {
throw new Error( throw new Error('L2OutputOracle deployment: submissionInterval cannot be 0')
'L2OutputOracle deployment: submissionInterval cannot be 0'
)
} }
await deploy({ await deploy({
......
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