Skip to content

Commit 66b0dd2

Browse files
committed
feat: set 3.2 start height in sample testnet configs
Block 71525 is chosen, which should hit 22 July 2025 ~14:00 UTC
1 parent dd838f1 commit 66b0dd2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sample/conf/testnet-follower-conf.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ start_height = 1900
8282
[[burnchain.epochs]]
8383
epoch_name = "3.1"
8484
start_height = 2000
85+
86+
[[burnchain.epochs]]
87+
epoch_name = "3.2"
88+
start_height = 71525

sample/conf/testnet-miner-conf.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@ start_height = 1900
7878
[[burnchain.epochs]]
7979
epoch_name = "3.1"
8080
start_height = 2000
81+
82+
[[burnchain.epochs]]
83+
epoch_name = "3.2"
84+
start_height = 71525

0 commit comments

Comments
 (0)