Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
olivdb committed Mar 31, 2021
1 parent f925261 commit aada1e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deployment/7_deploy_2.5.js
Original file line number Diff line number Diff line change
@@ -268,9 +268,6 @@ const main = async () => {
console.log("Setting the MultiSig as the owner of default registry");
await DappRegistryWrapper.changeOwner(0, config.contracts.MultiSigWallet);

console.log("Setting the MultiSig as the owner of the ParaswapFilter");
await ParaswapFilterWrapper.changeOwner(config.contracts.MultiSigWallet);

// /////////////////////////////////////////////////
// Update config and Upload ABIs
// /////////////////////////////////////////////////
@@ -284,8 +281,7 @@ const main = async () => {
BaseWallet: BaseWalletWrapper.address,
DappRegistry: DappRegistryWrapper.address,
MultiCallHelper: MultiCallHelperWrapper.address,
TokenRegistry: TokenRegistryWrapper.address,
ParaswapFilter: ParaswapFilterWrapper.address,
TokenRegistry: TokenRegistryWrapper.address
});

const gitHash = childProcess.execSync("git rev-parse HEAD").toString("utf8").replace(/\n$/, "");

0 comments on commit aada1e5

Please sign in to comment.