Skip to content

Commit

Permalink
chore: updates per pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Sep 11, 2024
1 parent c403cab commit 3ef3e14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ef3e14

Please sign in to comment.