mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-27 07:24:59 +00:00
fix contact address
This commit is contained in:
parent
5e15cc7e3f
commit
c667d8ad66
@ -70,7 +70,7 @@ Deploy.prototype.deploy_contracts = function(env) {
|
||||
|
||||
if (chainContract != undefined) {
|
||||
console.log("contract " + className + " is unchanged and already deployed at " + chainContract.address);
|
||||
this.deployedContracts[className] = contractAddress;
|
||||
this.deployedContracts[className] = chainContract.address;
|
||||
this.execute_cmds(contract.onDeploy);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user