Skip to content

Commit

Permalink
✨ Adding tokens' prices in usd (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-bellotti authored Jun 25, 2023
1 parent e5f4cde commit e01a891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ export interface Quote {
integratorFeesInUsd: number;
integratorFeesBps: bigint;
priceRatioUsd: number;
sellTokenPriceInUsd?: number;
buyTokenPriceInUsd?: number;
liquiditySource: 'DEX_AGGREGATOR' | 'MARKET_MAKER';
}

Expand Down

0 comments on commit e01a891

Please sign in to comment.