Skip to content

Commit

Permalink
Merge pull request #946 from hirosystems/feat/adjust-21-start-height
Browse files Browse the repository at this point in the history
 feat: adjust 2.1 start height
  • Loading branch information
hugocaillard authored Mar 20, 2023
2 parents 75231f9 + 2e1e44c commit 79bde56
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 79bde56

Please sign in to comment.