Improve logging when updating events
This commit is contained in:
parent
9d1f66eec0
commit
ed422786c0
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ async function main(type, netId) {
|
|||
deployedBlock
|
||||
})
|
||||
|
||||
console.log('Update events for', instance, nativeCurrency.toUpperCase(), `${type.toLowerCase()}s`)
|
||||
console.log('cachedEvents count - ', cachedEvents.events.length)
|
||||
console.log('lastBlock - ', cachedEvents.lastBlock)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue