Skip to content

Commit

Permalink
removed not needed comment anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Apr 18, 2024
1 parent 07314c3 commit 0ea4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/saucerswap/v2/src/utils/pricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function getEthPriceInUSD(): BigDecimal {
// fetch eth prices for each stablecoin
let usdcPool = Pool.load(USDC_WHBAR_03_POOL) // dai is token0
if (usdcPool !== null) {
return usdcPool.token0Price //? maybe is token1?
return usdcPool.token0Price
} else {
return ZERO_BD
}
Expand Down

0 comments on commit 0ea4887

Please sign in to comment.