Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vkulinich-cl committed Mar 13, 2024
1 parent 227b47a commit b8a09f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/spotPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const getCoingeckoSpotPrice = async () => {
}

export const useUsdSpotPrices = (ids: Maybe<u32 | string>[]) => {
const tradeRouter = useTradeRouter()
const { tradeRouter } = useApiPromise()
const usd = useUsdPeggedAsset()
const coingecko = useCoingeckoKsmPrice()

Expand Down Expand Up @@ -117,7 +117,7 @@ export const useUsdSpotPrices = (ids: Maybe<u32 | string>[]) => {
}

export const useUsdSpotPrice = (id: Maybe<u32 | string>) => {
const tradeRouter = useTradeRouter()
const { tradeRouter } = useApiPromise()
const usd = useUsdPeggedAsset()
const coingecko = useCoingeckoKsmPrice()

Expand Down

0 comments on commit b8a09f0

Please sign in to comment.