Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 2b18989

Browse files
mvinessvenski123
authored andcommitted
Bump new_system_program_activation_epoch by 2
1 parent ca4e4fd commit 2b18989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/src/builtin_programs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ impl BuiltinProgram {
2222
pub(crate) fn new_system_program_activation_epoch(operating_mode: OperatingMode) -> Epoch {
2323
match operating_mode {
2424
OperatingMode::Development => 0,
25-
OperatingMode::Preview => 58,
26-
OperatingMode::Stable => 38,
25+
OperatingMode::Preview => 60,
26+
OperatingMode::Stable => 40,
2727
}
2828
}
2929

0 commit comments

Comments
 (0)