Skip to content

Commit

Permalink
chore: changed historic token price to string
Browse files Browse the repository at this point in the history
  • Loading branch information
rory660 committed Nov 29, 2024
1 parent 7aed701 commit 8c39d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface TokenPriceHistoricResponse {
chainId: number
tokenAddress: string
isNativeToken: boolean
priceUSD: number
priceUSD: string
timestamp: number
granularity: TokenHistoricGranularity
}
Expand Down

0 comments on commit 8c39d52

Please sign in to comment.