We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85207d6 commit 2ff3a0aCopy full SHA for 2ff3a0a
zkstack_cli/crates/zkstack/src/commands/dev/commands/upgrades/types.rs
@@ -15,7 +15,7 @@ impl UpgradeVersion {
15
pub const fn get_default_upgrade_description_path(&self) -> &'static str {
16
match self {
17
UpgradeVersion::V29InteropAFf => "./l1-contracts/script-out/v29-upgrade-ecosystem.toml",
18
- UpgradeVersion::V31InteropB => "./l1-contracts/script-out/v31-upgrade-ctm.toml",
+ UpgradeVersion::V31InteropB => "./l1-contracts/script-out/v31-upgrade-ecosystem.toml",
19
}
20
21
0 commit comments