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 1ff7d4b commit efdf24cCopy full SHA for efdf24c
lib/deploy.js
@@ -70,6 +70,8 @@ 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;
74
+ this.execute_cmds(contract.onDeploy);
75
}
76
else {
77
0 commit comments