Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/SKALE-2164-remove-delegation-…
Browse files Browse the repository at this point in the history
…service
  • Loading branch information
yavrsky authored Mar 6, 2020
2 parents 6a6423c + bcf917f commit 562fd7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .openzeppelin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"manager": "openzeppelin",
"compilerSettings": {
"optimizer": {
"enabled": false,
"enabled": true,
"runs": "200"
}
},
Expand Down
9 changes: 2 additions & 7 deletions migrations/1_deploy_skale_manager_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,9 @@ async function deploy(deployer, networkName, accounts) {
} else {
console.log("ERC1820 contract has already deployed!");
}
}
}

if (networkName == "test") {
console.log("Skip deploying");
return;
} else {
console.log("Starting SkaleManager system deploying...");
}
console.log("Starting SkaleManager system deploying...");

const deployAccount = accounts[0];
const options = await ConfigManager.initNetworkConfiguration({ network: networkName, from: deployAccount });
Expand Down

0 comments on commit 562fd7d

Please sign in to comment.