Skip to content

Commit f50c75e

Browse files
committed
updated testnet config
1 parent e300223 commit f50c75e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

stackslib/src/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ lazy_static! {
457457
network_epoch: PEER_VERSION_EPOCH_3_0
458458
},
459459
StacksEpoch {
460-
epoch_id: StacksEpochId::Epoch30,
460+
epoch_id: StacksEpochId::Epoch31,
461461
start_height: 8001,
462462
end_height: STACKS_EPOCH_MAX,
463463
block_limit: BLOCK_LIMIT_MAINNET_21.clone(),

testnet/stacks-node/conf/testnet-follower-conf.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ start_height = 6
7878
[[burnchain.epochs]]
7979
epoch_name = "3.0"
8080
start_height = 56_457
81+
82+
[[burnchain.epochs]]
83+
epoch_name = "3.1"
84+
start_height = 67_568

0 commit comments

Comments
 (0)