Commit 4ddb0bb2 authored by lianahus's avatar lianahus Committed by Liana Husikyan

added network name for deploy without publishing

parent 4969deda
...@@ -309,7 +309,7 @@ class ContractDropdownUI { ...@@ -309,7 +309,7 @@ class ContractDropdownUI {
_paq.push(['trackEvent', 'udapp', `DeployAndPublish_${this.networkName}`]) _paq.push(['trackEvent', 'udapp', `DeployAndPublish_${this.networkName}`])
publishToStorage('ipfs', self.runView.fileProvider, self.runView.fileManager, selectedContract) publishToStorage('ipfs', self.runView.fileProvider, self.runView.fileManager, selectedContract)
} else { } else {
_paq.push(['trackEvent', 'udapp', 'DeployOnly']) _paq.push(['trackEvent', 'udapp', `DeployOnly_${this.networkName}`])
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment