Skip to content

Commit

Permalink
Tweaked parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Nov 5, 2023
1 parent d4dcdb7 commit fc0b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/hooks/beanstalk/useDataFeedTokenPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function useDataFeedTokenPrices() {
usdcPriceFeed.latestRoundData(),
usdcPriceFeed.decimals(),
ethPriceFeed.getEthUsdPrice(),
ethPriceFeed.getEthUsdTwa(900),
ethPriceFeed.getEthUsdTwa(1800),
crv3Pool.get_virtual_price(),
]);

Expand Down

0 comments on commit fc0b078

Please sign in to comment.