Skip to content

Commit

Permalink
Update deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Mar 20, 2024
1 parent 2402652 commit b5e7a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proxy/DEPLOYED
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0-stable.1
2.1.0-stable.0
2 changes: 1 addition & 1 deletion proxy/migrations/upgradeMainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function getImaMainnetAbiAndAddress(): Promise<SkaleABIFile> {

async function main() {
const upgrader = new ImaMainnetUpgrader(
"1.5.0",
"2.1.0",
await getImaMainnetAbiAndAddress(),
contracts
);
Expand Down
2 changes: 1 addition & 1 deletion proxy/migrations/upgradeSchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function main() {
const pathToManifest: string = process.env.MANIFEST || "";
await manifestSetup(pathToManifest);
const upgrader = new ImaSchainUpgrader(
"1.5.0",
"2.1.0",
await getImaSchainAbiAndAddress(),
contracts
);
Expand Down

0 comments on commit b5e7a28

Please sign in to comment.