Commit 4873b10f authored by Mark Tyneway's avatar Mark Tyneway

deploy-config: use recent L1 timestamp for L2OO

By setting the value to `-1`, the deploy script
will fetch a recent timestamp from L1 to use as
the L2 Output Oracle's starting timestamp.
parent 41533d77
......@@ -13,7 +13,7 @@
"batchSenderAddress": "0x7431310e026B69BFC676C0013E12A1A11411EEc9",
"l2OutputOracleSubmissionInterval": 120,
"l2OutputOracleStartingBlockNumber": 0,
"l2OutputOracleStartingTimestamp": 0,
"l2OutputOracleStartingTimestamp": -1,
"l2OutputOracleProposer": "0x02b1786A85Ec3f71fBbBa46507780dB7cF9014f6",
"l2OutputOracleChallenger": "0xfd1D2e729aE8eEe2E146c033bf4400fE75284301",
"finalizationPeriodSeconds": 12,
......
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