Skip to content

Commit

Permalink
feat: adjust 2.1 start height
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 20, 2023
1 parent 75231f9 commit 2e1e44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarinet-deployments/src/requirements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2e1e44c

Please sign in to comment.