From 76ed2fa781eaf8d79f442032c33afaee167188ba Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 17 May 2024 13:32:16 +0100 Subject: [PATCH] refactor: say just "Lockup" --- docs/contracts/v2/02-deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts/v2/02-deployments.md b/docs/contracts/v2/02-deployments.md index f195cb20..ac90eb29 100644 --- a/docs/contracts/v2/02-deployments.md +++ b/docs/contracts/v2/02-deployments.md @@ -14,7 +14,7 @@ This document contains the deployment addresses for the V2.1 release of [@sablie A few noteworthy details about the deployments: - The addresses are final -- All LockupLinear and LockupDynamic contracts are non-upgradeable (see [Governance](/concepts/governance)) +- All `Lockup` contracts are non-upgradeable (see [Governance](/concepts/governance)) - The source code is verified on Etherscan across all chains :::info