disable deploy tracker for now

This commit is contained in:
Iuri Matias 2019-08-01 15:39:20 -04:00
parent 5b6371b100
commit d0732edae1

View File

@ -18,8 +18,8 @@ class DeployTracker {
this.chainConfig = {};
this.chainFile = embark.config.contractsConfig.tracking;
this.events.on("blockchain:started", this.loadChainTrackerFile.bind(this));
this.embark.registerActionForEvent('deployment:deployContracts:beforeAll', this.setCurrentChain.bind(this));
// this.events.on("blockchain:started", this.loadChainTrackerFile.bind(this));
// this.embark.registerActionForEvent('deployment:deployContracts:beforeAll', this.setCurrentChain.bind(this));
// this.embark.registerActionForEvent("deployment:contract:deployed", this.trackAndSaveContract.bind(this));
// this.embark.registerActionForEvent("deploy:contract:shouldDeploy", this.checkIfDeploymentIsNeeded.bind(this));
}