diff --git a/packages/contracts-bedrock/meta/VERSIONING.md b/packages/contracts-bedrock/meta/VERSIONING.md index 204215660ec4b..c1acacd91588a 100644 --- a/packages/contracts-bedrock/meta/VERSIONING.md +++ b/packages/contracts-bedrock/meta/VERSIONING.md @@ -67,7 +67,7 @@ Versioning for monorepo releases works as follows: ## Optimism Contracts Manager (OPCM) Versioning -The [OPCM](https://github.com/ethereum-optimism/optimism/blob/main/packages/contracts-bedrock/src/L1/OPContractsManager.sol) is the contract that manages the deployment of all contracts on L1. Its version is the same as the [associated monorepo contracts release](./VERSIONING.md#monorepo-contracts-release-versioning). +The [OPCM](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/OPContractsManager.sol) is the contract that manages the deployment of all contracts on L1. Its version is the same as the [associated monorepo contracts release](./VERSIONING.md#monorepo-contracts-release-versioning). The `OPCM` is the source of truth for the contracts that belong in a release, available as on-chain addresses by querying [the `getImplementations` function](https://github.com/ethereum-optimism/optimism/blob/4c8764f0453e141555846d8c9dd2af9edbc1d014/packages/contracts-bedrock/src/L1/OPContractsManager.sol#L1061).