From 2e1e44c85b1417c176483ea36a7399e4cfeccf5e Mon Sep 17 00:00:00 2001 From: Hugo Caillard <911307+hugocaillard@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:29:54 +0100 Subject: [PATCH] feat: adjust 2.1 start height --- components/clarinet-deployments/src/requirements.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/clarinet-deployments/src/requirements.rs b/components/clarinet-deployments/src/requirements.rs index 731b49837..108f1df5b 100644 --- a/components/clarinet-deployments/src/requirements.rs +++ b/components/clarinet-deployments/src/requirements.rs @@ -127,7 +127,7 @@ pub const MAINNET_21_START_HEIGHT: u32 = 99_564; pub const TESTNET_20_START_HEIGHT: u32 = 1; pub const TESTNET_2_05_START_HEIGHT: u32 = 20_216; -pub const TESTNET_21_START_HEIGHT: u32 = 99_120; +pub const TESTNET_21_START_HEIGHT: u32 = 99_113; fn epoch_for_height(is_mainnet: bool, height: u32) -> StacksEpochId { if is_mainnet {