Commit d1126eb3 authored by Mark Tyneway's avatar Mark Tyneway

op-bindings: regenerate

parent 51623242
This diff is collapsed.
...@@ -95,7 +95,7 @@ contract L2OutputOracle is Initializable, Semver { ...@@ -95,7 +95,7 @@ contract L2OutputOracle is Initializable, Semver {
address _proposer, address _proposer,
address _challenger, address _challenger,
uint256 _finalizationPeriodSeconds uint256 _finalizationPeriodSeconds
) Semver(1, 2, 0) { ) Semver(1, 3, 0) {
require(_l2BlockTime > 0, "L2OutputOracle: L2 block time must be greater than 0"); require(_l2BlockTime > 0, "L2OutputOracle: L2 block time must be greater than 0");
require(_submissionInterval > 0, "L2OutputOracle: submission interval must be greater than 0"); require(_submissionInterval > 0, "L2OutputOracle: submission interval must be greater than 0");
......
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