Skip to content

Commit b3478fc

Browse files
Set hardfork heights for v3.0.0.
1 parent a51e5b7 commit b3478fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/config/src/configuration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ build_config! {
192192
// V2.5
193193
(c2_fix_transition_height, (Option<u64>), Some(118580000))
194194
// V3.0
195-
(eoa_code_transition_height, (Option<u64>), None)
195+
(eoa_code_transition_height, (Option<u64>), Some(129680000))
196196
(cip151_transition_height, (Option<u64>), None)
197197
(cip645_transition_height, (Option<u64>), None)
198198
// For test only
@@ -387,7 +387,7 @@ build_config! {
387387
(pos_cip136_in_queue_locked_views, (u64), 18720 * 2)
388388
(pos_cip136_out_queue_locked_views, (u64), 1440 * 2)
389389
(pos_cip136_round_per_term, (u64), ROUND_PER_TERM * 2)
390-
(pos_cip156_transition_view, (u64), u64::MAX)
390+
(pos_cip156_transition_view, (u64), 2754720)
391391
// 6 months with 30s rounds
392392
(pos_cip156_dispute_locked_views, (u64), 6 * 30 * 24 * 60 * 2)
393393
(dev_pos_private_key_encryption_password, (Option<String>), None)

0 commit comments

Comments
 (0)