Skip to content

Commit 2ff3a0a

Browse files
committed
fix file location
1 parent 85207d6 commit 2ff3a0a

File tree

1 file changed

+1
-1
lines changed
  • zkstack_cli/crates/zkstack/src/commands/dev/commands/upgrades

1 file changed

+1
-1
lines changed

zkstack_cli/crates/zkstack/src/commands/dev/commands/upgrades/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl UpgradeVersion {
1515
pub const fn get_default_upgrade_description_path(&self) -> &'static str {
1616
match self {
1717
UpgradeVersion::V29InteropAFf => "./l1-contracts/script-out/v29-upgrade-ecosystem.toml",
18-
UpgradeVersion::V31InteropB => "./l1-contracts/script-out/v31-upgrade-ctm.toml",
18+
UpgradeVersion::V31InteropB => "./l1-contracts/script-out/v31-upgrade-ecosystem.toml",
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)