Skip to content

Commit

Permalink
Prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
ylv-io committed Jun 15, 2021
1 parent d5c1c50 commit 7b92ff8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployments/migrations/012-inch.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ module.exports = async ({
).wait();

console.log('Setting default trade integration', deployment.address);
await (
await controllerContract.setDefaultTradeIntegration(deployment.address, { gasPrice })
).wait();
await (await controllerContract.setDefaultTradeIntegration(deployment.address, { gasPrice })).wait();
}

if (network.live && deployment.newlyDeployed) {
Expand Down

0 comments on commit 7b92ff8

Please sign in to comment.