diff --git a/store/steps.js b/store/steps.js index a666f50..25a0115 100644 --- a/store/steps.js +++ b/store/steps.js @@ -41,7 +41,7 @@ const actions = { async fetchDeploymentStatus({ state, dispatch, commit, rootGetters }) { const deployContract = rootGetters['deploy/deployerContract'](false) const events = await deployContract.getPastEvents('Deployed', { - fromBlock: 21895260, + fromBlock: 11362293, toBlock: 'latest', }) for (const event of events) {