remove block number

This commit is contained in:
Roman Storm 2020-12-12 12:25:37 -08:00
parent 2753b6efef
commit 70f892834d
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: 11362293,
fromBlock: 0,
toBlock: 'latest',
})
for (const event of events) {