hard code block number

This commit is contained in:
Roman Storm 2020-11-30 12:30:51 -08:00
parent b1452effcd
commit c552c9e4bb
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F

View File

@ -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) {