From d7a8f01c3fddd0c684d38a0df8eb3db4dd02ef3e Mon Sep 17 00:00:00 2001 From: Henry <11198460+godzillaba@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:27:14 -0500 Subject: [PATCH] add 2.1.2 to 3.0.0 allowed versions --- scripts/foundry/contract-upgrades/2.1.2/README.md | 2 +- scripts/foundry/contract-upgrades/3.0.0/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/foundry/contract-upgrades/2.1.2/README.md b/scripts/foundry/contract-upgrades/2.1.2/README.md index 93bdc58..1a7e07f 100644 --- a/scripts/foundry/contract-upgrades/2.1.2/README.md +++ b/scripts/foundry/contract-upgrades/2.1.2/README.md @@ -31,7 +31,7 @@ This upgrade only support upgrading from the following [nitro-contract release]( - RollupUserLogic: v2.1.0 - ChallengeManager: v2.1.0 -Please refer to the top [README](../../README.md) `Check Version and Upgrade Path` on how to determine your current nitro contracts version. +Please refer to the top [README](/README.md#check-version-and-upgrade-path) `Check Version and Upgrade Path` on how to determine your current nitro contracts version. ## Deployed instances diff --git a/scripts/foundry/contract-upgrades/3.0.0/README.md b/scripts/foundry/contract-upgrades/3.0.0/README.md index 97ded77..2b1898e 100644 --- a/scripts/foundry/contract-upgrades/3.0.0/README.md +++ b/scripts/foundry/contract-upgrades/3.0.0/README.md @@ -20,13 +20,13 @@ This upgrade only support upgrading from the following [nitro-contract release]( - SequencerInbox: v1.2.1 - v2.1.0 inclusive - Bridge - eth chain: v1.1.0 - v2.1.0 inclusive - - custom-fee token chain: v2.0.0 - v2.1.0 inclusive + - custom-fee token chain: v2.0.0 - v2.1.2 inclusive - RollupProxy: v1.1.0 - v2.1.0 inclusive - RollupAdminLogic: v2.0.0 - v2.1.0 inclusive - RollupUserLogic: v2.0.0 - v2.1.0 inclusive - ChallengeManager: v2.0.0 - v2.1.0 inclusive -Please refer to the top [README](../../README.md) `Check Version and Upgrade Path` on how to determine your current nitro contracts version. +Please refer to the top [README](/README.md#check-version-and-upgrade-path) `Check Version and Upgrade Path` on how to determine your current nitro contracts version. ## How to use it