parse_deployment_output gets the contract addresses from the output text. I think a better approach would be to read them from deployments.json.
Originally posted by @wjmelements in #41
The deployment scripts modify deployments.json, setting addresses for the deployed contracts. It would be simpler to extract the devnet addresses from that.
See FilOzone/filecoin-services#354 and FilOzone/filecoin-services#364