Closed drortirosh closed 2 years ago
you can set the log option to true for that
like
deploy({from: deployer, log: true}...)
thanks. just found that (missed it in the readme..) still, it doesn't say anything if this is newlyDeployed or existing contract (e.g. I care less about the TX and gas if it was already deployed. - but I still want to see the contract address)
It does says "reusing ..." when existing and give the contract address and mention new deployment
it would be great to add a
--progress
cmdline to show what is getting deployed (or reused)I use the following deploy wrapper function: