Should be able to add the contracts with zos add ContractName.
Behaviour
Get ContractName to work when running the command from above.
Important to note that this happened after, on the same project, I successfully ran both add and create on an upgradable smart contract, but I made sure to clear zos.local.json and the build folder and I re-instantiated ganache.
Tools
• node 9.3.0
• zos 1.0.0
• osx high sierra 10.13.3
Expected
Should be able to add the contracts with
zos add ContractName
.Behaviour
Get
ContractName
to work when running the command from above.Important to note that this happened after, on the same project, I successfully ran both
add
andcreate
on an upgradable smart contract, but I made sure to clearzos.local.json
and thebuild
folder and I re-instantiated ganache.Tools
• node 9.3.0 • zos 1.0.0 • osx high sierra 10.13.3
Full log output here.