use contractAddress instead of address
This commit is contained in:
parent
f9e62b9f49
commit
5c6e6e50f9
|
@ -20,7 +20,7 @@ class DeployTracker {
|
||||||
this.events.on("deploy:beforeAll", this.setCurrentChain.bind(this));
|
this.events.on("deploy:beforeAll", this.setCurrentChain.bind(this));
|
||||||
|
|
||||||
this.events.on("deploy:contract:deployed", (contract) => {
|
this.events.on("deploy:contract:deployed", (contract) => {
|
||||||
self.trackContract(contract.className, contract.realRuntimeBytecode, contract.realArgs, contract.address);
|
self.trackContract(contract.className, contract.realRuntimeBytecode, contract.realArgs, contract.deployedAddress);
|
||||||
self.save();
|
self.save();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue