File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -172,19 +172,19 @@ pub const COINBASE_INTERVALS_TESTNET: LazyCell<[CoinbaseInterval; 5]> = LazyCell
172
172
} ,
173
173
CoinbaseInterval {
174
174
coinbase : 500 * u128:: from ( MICROSTACKS_PER_STACKS ) ,
175
- effective_start_height : 1000 ,
175
+ effective_start_height : 77_777 ,
176
176
} ,
177
177
CoinbaseInterval {
178
178
coinbase : 250 * u128:: from ( MICROSTACKS_PER_STACKS ) ,
179
- effective_start_height : 2000 ,
179
+ effective_start_height : 77_777 * 7 ,
180
180
} ,
181
181
CoinbaseInterval {
182
182
coinbase : 125 * u128:: from ( MICROSTACKS_PER_STACKS ) ,
183
- effective_start_height : 3000 ,
183
+ effective_start_height : 77_777 * 14 ,
184
184
} ,
185
185
CoinbaseInterval {
186
186
coinbase : ( 625 * u128:: from ( MICROSTACKS_PER_STACKS ) ) / 10 ,
187
- effective_start_height : 4000 ,
187
+ effective_start_height : 77_777 * 21 ,
188
188
} ,
189
189
] ;
190
190
assert ! ( CoinbaseInterval :: check_order( & emissions_schedule) ) ;
Original file line number Diff line number Diff line change @@ -78,3 +78,7 @@ start_height = 6
78
78
[[burnchain .epochs ]]
79
79
epoch_name = " 3.0"
80
80
start_height = 56_457
81
+
82
+ [[burnchain .epochs ]]
83
+ epoch_name = " 3.1"
84
+ start_height = 77_770
You can’t perform that action at this time.
0 commit comments