We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58d4d06 + b29495a commit 46a0ac8Copy full SHA for 46a0ac8
core/primitives/src/version.rs
@@ -57,9 +57,9 @@ pub fn get_protocol_upgrade_schedule(chain_id: &str) -> ProtocolUpgradeVotingSch
57
let schedule = match chain_id {
58
MAINNET => {
59
// Voting starts Tuesday 01:00 UTC.
60
- let v1_protocol_version = 80;
+ let v1_protocol_version = 81;
61
let v1_datetime =
62
- ProtocolUpgradeVotingSchedule::parse_datetime("2025-09-23 01:00:00").unwrap();
+ ProtocolUpgradeVotingSchedule::parse_datetime("2025-10-28 01:00:00").unwrap();
63
let schedule = vec![(v1_datetime, v1_protocol_version)];
64
schedule
65
}
0 commit comments