mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
associate address to contract
This commit is contained in:
parent
2ac38fb84a
commit
0fcf508e17
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user