Skip to content

Commit

Permalink
Merge pull request #5345 from stacks-network/chore/set-3.0-height
Browse files Browse the repository at this point in the history
Chore: Set 3.0 mainnet activation height
  • Loading branch information
wileyj authored Oct 21, 2024
2 parents 1528a57 + cc8bddc commit 5f1b6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackslib/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub const BITCOIN_MAINNET_STACKS_24_BURN_HEIGHT: u64 = 791_551;
/// This is Epoch-2.5, activation height proposed in SIP-021
pub const BITCOIN_MAINNET_STACKS_25_BURN_HEIGHT: u64 = 840_360;
/// This is Epoch-3.0, activation height proposed in SIP-021
pub const BITCOIN_MAINNET_STACKS_30_BURN_HEIGHT: u64 = 2_000_000;
pub const BITCOIN_MAINNET_STACKS_30_BURN_HEIGHT: u64 = 867_867;

pub const BITCOIN_TESTNET_FIRST_BLOCK_HEIGHT: u64 = 2000000;
pub const BITCOIN_TESTNET_FIRST_BLOCK_TIMESTAMP: u32 = 1622691840;
Expand Down

0 comments on commit 5f1b6b9

Please sign in to comment.