Skip to content

Commit

Permalink
Enable re-deploy PoolEventsEmitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Rozinko committed Oct 26, 2021
1 parent ada4f33 commit 23b839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/deploy_actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class DeployActions {
const storageContractNames = this.headWrapper.availableStorageCatalogueContracts;
const recycled = {};
for (const contractName of storageContractNames) {
if (contractName === 'poolsStore') {
if (contractName === 'poolsStore' || contractName === 'poolEventsEmitter') {
continue;
}
try {
Expand Down

0 comments on commit 23b839e

Please sign in to comment.