Skip to content

Commit

Permalink
fixes version in upgrade.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eduv09 committed Mar 7, 2025
1 parent bac7194 commit a894a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async function main() {

// cspell:ignore eduv
const upgrader = new SkaleManagerUpgrader(
"1.12.0-eduv.0",
"1.12.0",
skaleManager,
contractsToUpgrade
);
Expand Down

0 comments on commit a894a7b

Please # to comment.