Commit 1de4f48e authored by Ben Wilson's avatar Ben Wilson Committed by GitHub

Goerli state commitment chain redeploy (#3071)

* Deploy goerli StateCommitmentChain to fix sccFaultProofWindowSeconds

* Deploy goerli StateCommitmentChain to fix sccFaultProofWindowSeconds

* redeploy
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 93d3bd41
---
'@eth-optimism/contracts': patch
---
Deploy goerli SCC to fix sccFaultProofWindowSeconds
...@@ -5,7 +5,7 @@ const config = { ...@@ -5,7 +5,7 @@ const config = {
l2ChainId: 420, l2ChainId: 420,
ctcL2GasDiscountDivisor: 32, ctcL2GasDiscountDivisor: 32,
ctcEnqueueGasCost: 60_000, ctcEnqueueGasCost: 60_000,
sccFaultProofWindowSeconds: 604800, sccFaultProofWindowSeconds: 10,
sccSequencerPublishWindowSeconds: 12592000, sccSequencerPublishWindowSeconds: 12592000,
ovmSequencerAddress: '0x7431310e026B69BFC676C0013E12A1A11411EEc9', ovmSequencerAddress: '0x7431310e026B69BFC676C0013E12A1A11411EEc9',
ovmProposerAddress: '0x02b1786A85Ec3f71fBbBa46507780dB7cF9014f6', ovmProposerAddress: '0x02b1786A85Ec3f71fBbBa46507780dB7cF9014f6',
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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