Skip to content

Commit

Permalink
add missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 18, 2024
1 parent 30c528b commit 5b409a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5b409a4

Please sign in to comment.