We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3500a63 commit ea240efCopy full SHA for ea240ef
1 file changed
migrations/2_deploy_contracts.js
@@ -378,6 +378,7 @@ module.exports = async (deployer, network) => {
378
console.log('\x1b[34m%s\x1b[0m', ' Register Staking Durations');
379
console.log('\x1b[34m%s\x1b[0m', ' ******************************************');
380
await registerStakingDurations();
381
+ console.log('\n');
382
console.log('\x1b[34m%s\x1b[0m', ' Deploy Uniswap contracts');
383
384
await addUniswap();
0 commit comments