Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 9, 2024
1 parent ff55d79 commit 386c5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/advanced/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Docker images are not built for releases, but we support a `docker compose` setu
### Upgrade Contract

1. Check out the latest release of `op-succinct` from [here](https://github.com/succinctlabs/op-succinct/releases).
2. Follow the instructions [here](./contracts/upgrade.md#upgrading-opsuccinctl2outputoracle) to upgrade the `OPSuccinctL2OutputOracle` contract.
2. Follow the instructions [here](../contracts/upgrade.md) to upgrade the `OPSuccinctL2OutputOracle` contract.


Note: As of release `beta-v0.3.0`, the `aggregationVkey`, `rangeVkeyCommitment` and `rollupConfigHash` are upgradeable without re-initializing the contract.
Expand All @@ -31,4 +31,4 @@ Note: As of release `beta-v0.3.0`, the `aggregationVkey`, `rangeVkeyCommitment`
If you just need to update the `aggregationVkey`, `rangeVkeyCommitment` or `rollupConfigHash` parameters and not upgrade the contract itself, follow these steps:

1. Check out the latest release of `op-succinct` from [here](https://github.com/succinctlabs/op-succinct/releases).
2. Follow the instructions [here](./contracts/update-parameters.md#updating-opsuccinctl2outputoracle-parameters) to update the parameters of the `OPSuccinctL2OutputOracle` contract.
2. Follow the instructions [here](../contracts/update-parameters.md) to update the parameters of the `OPSuccinctL2OutputOracle` contract.

0 comments on commit 386c5a7

Please sign in to comment.