mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-12-23 09:41:42 +01:00
remove block number
This commit is contained in:
parent
2753b6efef
commit
70f892834d
@ -41,7 +41,7 @@ const actions = {
|
|||||||
async fetchDeploymentStatus({ state, dispatch, commit, rootGetters }) {
|
async fetchDeploymentStatus({ state, dispatch, commit, rootGetters }) {
|
||||||
const deployContract = rootGetters['deploy/deployerContract'](false)
|
const deployContract = rootGetters['deploy/deployerContract'](false)
|
||||||
const events = await deployContract.getPastEvents('Deployed', {
|
const events = await deployContract.getPastEvents('Deployed', {
|
||||||
fromBlock: 11362293,
|
fromBlock: 0,
|
||||||
toBlock: 'latest',
|
toBlock: 'latest',
|
||||||
})
|
})
|
||||||
for (const event of events) {
|
for (const event of events) {
|
||||||
|
Loading…
Reference in New Issue
Block a user