From 3ef3e14f5e08080a8a0e47e16f161e660b3e01d0 Mon Sep 17 00:00:00 2001 From: shane-moore Date: Wed, 11 Sep 2024 16:25:55 -0400 Subject: [PATCH] chore: updates per pr review --- .../src/client/indexer/grpc/IndexerGrpcArchiverApi.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sdk-ts/src/client/indexer/grpc/IndexerGrpcArchiverApi.spec.ts b/packages/sdk-ts/src/client/indexer/grpc/IndexerGrpcArchiverApi.spec.ts index fb36f64f4..c1cdfa94f 100644 --- a/packages/sdk-ts/src/client/indexer/grpc/IndexerGrpcArchiverApi.spec.ts +++ b/packages/sdk-ts/src/client/indexer/grpc/IndexerGrpcArchiverApi.spec.ts @@ -6,8 +6,8 @@ import { IndexerGrpcArchiverApi } from './IndexerGrpcArchiverApi' const account = mockFactory.injectiveAddress const resolution = '1D' -const startDate = String(1622505600) -const endDate = String(1625097600) +const startDate = '1622505600' +const endDate = '1625097600' const limit = 10 const endpoints = getNetworkEndpoints(Network.MainnetSentry) const indexerGrpcArchiverApi = new IndexerGrpcArchiverApi(endpoints.indexer)