Skip to content

Commit

Permalink
chore: removed timestampMS from historic price response
Browse files Browse the repository at this point in the history
  • Loading branch information
rory660 committed Nov 15, 2024
1 parent 508048a commit 3cbe31f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ export interface TokenPriceHistoricResponse {
tokenAddress: string
isNativeToken: boolean
priceUSD: number
timestamp: Date
timestampMS: number
timestamp: number
granularity: TokenHistoricGranularity
}

Expand Down

0 comments on commit 3cbe31f

Please sign in to comment.