We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51e5b7 commit b3478fcCopy full SHA for b3478fc
1 file changed
crates/config/src/configuration.rs
@@ -192,7 +192,7 @@ build_config! {
192
// V2.5
193
(c2_fix_transition_height, (Option<u64>), Some(118580000))
194
// V3.0
195
- (eoa_code_transition_height, (Option<u64>), None)
+ (eoa_code_transition_height, (Option<u64>), Some(129680000))
196
(cip151_transition_height, (Option<u64>), None)
197
(cip645_transition_height, (Option<u64>), None)
198
// For test only
@@ -387,7 +387,7 @@ build_config! {
387
(pos_cip136_in_queue_locked_views, (u64), 18720 * 2)
388
(pos_cip136_out_queue_locked_views, (u64), 1440 * 2)
389
(pos_cip136_round_per_term, (u64), ROUND_PER_TERM * 2)
390
- (pos_cip156_transition_view, (u64), u64::MAX)
+ (pos_cip156_transition_view, (u64), 2754720)
391
// 6 months with 30s rounds
392
(pos_cip156_dispute_locked_views, (u64), 6 * 30 * 24 * 60 * 2)
393
(dev_pos_private_key_encryption_password, (Option<String>), None)
0 commit comments