Skip to content

Commit

Permalink
chore: remove unneeded param
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris authored Oct 29, 2024
1 parent f6fcc75 commit e5d19f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/indexer-api/src/dtos/balances.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const HubPoolBalanceQueryParams = s.object({
export const SpokePoolBalanceParams = s.object({
chainId: s.number(),
l1Token: s.optional(s.string()),
// unsure why we have timestamp, implies we are storign history of balances? this is in the spec.
timestamp: s.optional(s.number()),
});

export type SpokePoolBalanceResultElement = {
Expand Down

0 comments on commit e5d19f9

Please sign in to comment.