fix: update events
This commit is contained in:
parent
95ef203ed4
commit
1677786d9b
@ -85,7 +85,6 @@ async function main(type, netId) {
|
|||||||
|
|
||||||
console.log('numberParts', numberParts)
|
console.log('numberParts', numberParts)
|
||||||
|
|
||||||
let events = []
|
|
||||||
let toBlock = startBlock + part
|
let toBlock = startBlock + part
|
||||||
|
|
||||||
if (startBlock < currentBlockNumber) {
|
if (startBlock < currentBlockNumber) {
|
||||||
@ -116,7 +115,6 @@ async function main(type, netId) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log({ events })
|
|
||||||
} else {
|
} else {
|
||||||
events = await contract.getPastEvents(type, {
|
events = await contract.getPastEvents(type, {
|
||||||
fromBlock: startBlock,
|
fromBlock: startBlock,
|
||||||
|
Loading…
Reference in New Issue
Block a user