Skip to content

Commit

Permalink
Remove manifest manipulations for mainnet upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jan 8, 2024
1 parent 3f1ac01 commit 3d686df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions proxy/migrations/upgradeMainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { promises as fs } from "fs";
import { AutoSubmitter, Upgrader } from "@skalenetwork/upgrade-tools";
import { SkaleABIFile } from "@skalenetwork/upgrade-tools/dist/src/types/SkaleABIFile";
import { contracts } from "./deployMainnet";
import { manifestSetup } from "./generateManifest";
import { MessageProxyForMainnet } from "../typechain";

class ImaMainnetUpgrader extends Upgrader {
Expand Down Expand Up @@ -65,8 +64,6 @@ async function getImaMainnetAbiAndAddress(): Promise<SkaleABIFile> {
}

async function main() {
const pathToManifest: string = process.env.MANIFEST || "";
await manifestSetup(pathToManifest);
const upgrader = new ImaMainnetUpgrader(
"1.5.0",
await getImaMainnetAbiAndAddress(),
Expand Down

0 comments on commit 3d686df

Please sign in to comment.