Skip to content

Commit 062a3b8

Browse files
committed
chore: pick testnet activation heights for epoch 3.1 and stacks halvenings
1 parent 8c99a12 commit 062a3b8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

stacks-common/src/types/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,19 @@ pub const COINBASE_INTERVALS_TESTNET: LazyCell<[CoinbaseInterval; 5]> = LazyCell
172172
},
173173
CoinbaseInterval {
174174
coinbase: 500 * u128::from(MICROSTACKS_PER_STACKS),
175-
effective_start_height: 1000,
175+
effective_start_height: 77_777,
176176
},
177177
CoinbaseInterval {
178178
coinbase: 250 * u128::from(MICROSTACKS_PER_STACKS),
179-
effective_start_height: 2000,
179+
effective_start_height: 77_777 * 7,
180180
},
181181
CoinbaseInterval {
182182
coinbase: 125 * u128::from(MICROSTACKS_PER_STACKS),
183-
effective_start_height: 3000,
183+
effective_start_height: 77_777 * 14,
184184
},
185185
CoinbaseInterval {
186186
coinbase: (625 * u128::from(MICROSTACKS_PER_STACKS)) / 10,
187-
effective_start_height: 4000,
187+
effective_start_height: 77_777 * 21,
188188
},
189189
];
190190
assert!(CoinbaseInterval::check_order(&emissions_schedule));

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 = 77_770

0 commit comments

Comments
 (0)