Skip to content

Commit f7435b8

Browse files
ratankalianiadam-xu-mantle
authored andcommitted
chore: misc fixes (succinctlabs#275)
1 parent b7a64f8 commit f7435b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/quick-start/upgrade-l2-output-oracle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The last step is to update your OP Stack configuration to use the new `OPSuccinctL2OutputOracle` contract managed by the `op-succinct` service.
44

5-
> ⚠️ **Caution**: When upgrading to the `OPSuccinctL2OutputOracle` contract, maintain the existing `finalizationPeriod` for a duration equal to at least one `finalizationPeriod`. Failure to do so will result in immediate finalization of all pending output roots upon upgrade, which is unsafe. Only after this waiting period has elapsed should you set the `finalizationPeriod` to 0.
5+
> ⚠️ **Caution**: When upgrading to the `OPSuccinctL2OutputOracle` contract, maintain the existing `finalizationPeriod` for a duration equal to at least one `finalizationPeriod`. Failure to do so will result in immediate finalization of all pending output roots upon upgrade, which is unsafe. Only after this waiting period has elapsed should you set the `finalizationPeriod` to your final desired value (e.g. 1 hour).
66
77
To upgrade an existing OP Stack deployment to use the `OPSuccinctL2OutputOracle` contract, follow the instructions in the [Upgrading `OPSuccinctL2OutputOracle`](../advanced/l2-output-oracle.md#upgrading-opsuccinctl2outputoracle) section.

proposer/op/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/slack-go/slack v0.14.0
1414
github.com/stretchr/testify v1.9.0
1515
github.com/urfave/cli/v2 v2.27.4
16+
golang.org/x/sync v0.8.0
1617
)
1718

1819
// Patch from ethereum-optimism/optimism
@@ -109,7 +110,6 @@ require (
109110
golang.org/x/crypto v0.26.0 // indirect
110111
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
111112
golang.org/x/mod v0.20.0 // indirect
112-
golang.org/x/sync v0.8.0 // indirect
113113
golang.org/x/sys v0.24.0 // indirect
114114
golang.org/x/term v0.23.0 // indirect
115115
golang.org/x/text v0.17.0 // indirect

0 commit comments

Comments
 (0)