Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hathor/conf/mainnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
# Expected to be reached around Tuesday, 2025-08-12 17:39:56 GMT
# Right now the best block is 5_748_286 at Wednesday, 2025-08-06 16:02:56 GMT
start_height=5_765_760,
timeout_height=5_886_720, # N + 6 * 20160 (6 weeks after the start)
timeout_height=5_967_360, # N + 10 * 20160 (10 weeks after the start)
minimum_activation_height=0,
lock_in_on_timeout=False,
version='0.64.0',
Expand Down
2 changes: 1 addition & 1 deletion hathor/conf/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ FEATURE_ACTIVATION:
# Expected to be reached around Tuesday, 2025-08-12 17:39:56 GMT
# Right now the best block is 5_748_286 at Wednesday, 2025-08-06 16:02:56 GMT
start_height: 5_765_760
timeout_height: 5_886_720 # N + 6 * 20160 (6 weeks after the start)
timeout_height: 5_967_360 # N + 10 * 20160 (10 weeks after the start)
minimum_activation_height: 0
lock_in_on_timeout: false
version: 0.64.0
Expand Down