Skip to content

Commit

Permalink
Update schain upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Dec 2, 2022
1 parent d6de584 commit 35a6e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/migrations/upgradeSchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main() {
const pathToManifest: string = stringValue(process.env.MANIFEST);
await manifestSetup( pathToManifest );
await upgrade(
"1.3.2",
"1.3.4",
contracts,
async (safeTransactions, abi) => {
// deploying of new contracts
Expand Down

0 comments on commit 35a6e40

Please sign in to comment.