Compare commits

...

3 Commits

48 changed files with 5 additions and 1 deletions

3
.gitignore vendored

@ -87,3 +87,6 @@ sw.*
# Mac OSX
.DS_Store
static/*/*.json

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

Binary file not shown.

Binary file not shown.