🎨 improved scripts for updating events and trees

This commit is contained in:
Pasha8914 2022-06-08 20:45:37 +10:00 committed by Danil Kovtonyuk
parent 8fbbe4c67b
commit f0e38035e7
55 changed files with 437 additions and 477 deletions

View file

@ -50,10 +50,10 @@ export const addressType = { type: 'string', pattern: '^0x[a-fA-F0-9]{40}$' }
// TODO auto update in yarn updateCache
export const cachedEventsLength = {
mainnet: {
ENCRYPTED_NOTES: 14550
ENCRYPTED_NOTES: 16890
},
goerli: {
ENCRYPTED_NOTES: 1350
ENCRYPTED_NOTES: 1366
}
}