From c552c9e4bb81174d7a8147765ceec9c4a7db9ade Mon Sep 17 00:00:00 2001 From: Roman Storm <roman@peppersec.com> Date: Mon, 30 Nov 2020 12:30:51 -0800 Subject: [PATCH] hard code block number --- store/steps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {