Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted --verbose argument out of mxpy commands, as it is indeed a good way of seeing what's happening behind the commands, but it is also filling the variables with logger information that is destructing the flow of the deployment. example: --verbose on mxpy contract call is filling ${ADDRESS} with a logger.warning() message before filling it with the actual address.
- Loading branch information