From b993fd1a21109ed9e9e00312578be99aa88c5cae Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Thu, 1 May 2025 12:23:55 +0300 Subject: [PATCH] Update useGetValidatorsEvents.ts --- apps/core/src/hooks/useGetValidatorsEvents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core/src/hooks/useGetValidatorsEvents.ts b/apps/core/src/hooks/useGetValidatorsEvents.ts index ca7ad07..dded4af 100644 --- a/apps/core/src/hooks/useGetValidatorsEvents.ts +++ b/apps/core/src/hooks/useGetValidatorsEvents.ts @@ -9,7 +9,7 @@ type GetValidatorsEvent = { order: 'ascending' | 'descending'; }; -// NOTE: This copys the query limit from our Rust JSON RPC backend, this needs to be kept in sync! +// NOTE: This copies the query limit from our Rust JSON RPC backend, this needs to be kept in sync! const QUERY_MAX_RESULT_LIMIT = 50; const VALIDATORS_EVENTS_QUERY = '0x3::validator_set::ValidatorEpochInfoEventV2';