We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e15cc7 commit c667d8aCopy full SHA for c667d8a
lib/deploy.js
@@ -70,7 +70,7 @@ Deploy.prototype.deploy_contracts = function(env) {
70
71
if (chainContract != undefined) {
72
console.log("contract " + className + " is unchanged and already deployed at " + chainContract.address);
73
- this.deployedContracts[className] = contractAddress;
+ this.deployedContracts[className] = chainContract.address;
74
this.execute_cmds(contract.onDeploy);
75
}
76
else {
0 commit comments