mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-10 12:46:29 +00:00
disable deploy tracker for now
This commit is contained in:
parent
5b6371b100
commit
d0732edae1
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user