From 5b409a42b1829e76833ffc5212c35999e762835d Mon Sep 17 00:00:00 2001 From: yuetloo Date: Thu, 18 Jan 2024 15:27:44 -0500 Subject: [PATCH] add missing constant --- contracts/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/utils/constants.ts b/contracts/utils/constants.ts index 3cdc56d48..373428c86 100644 --- a/contracts/utils/constants.ts +++ b/contracts/utils/constants.ts @@ -4,6 +4,7 @@ export const UNIT = 10n ** 18n export const VOICE_CREDIT_FACTOR = 10n ** BigInt(4 + 18 - 9) export const ALPHA_PRECISION = 10n ** 18n export const DEFAULT_SR_QUEUE_OPS = '4' +export const DEFAULT_GET_LOG_BATCH_SIZE = 20000 export enum RecipientState { Registered = 'Registered',