diff --git a/lib/contracts/deploy.js b/lib/contracts/deploy.js index 03b66a845..936809301 100644 --- a/lib/contracts/deploy.js +++ b/lib/contracts/deploy.js @@ -137,6 +137,7 @@ class Deploy { if (err) { return callback(new Error(err)); } + contract.address = address; self.events.emit("deploy:contract:deployed", contract); self.events.emit('contractsState', self.contractsManager.contractsState());