Skip to content

Commit c025da6

Browse files
committed
removed APR to APY conversion
1 parent 498bb4e commit c025da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/brunch/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const apy = async () => {
6969
symbol: utils.formatSymbol('sbUSD'),
7070
tvlUsd,
7171
underlyingTokens: [BUSD_ADDRESS],
72-
apyBase: utils.aprToApy(apr),
72+
apyBase: apr,
7373
apyReward: 0,
7474
rewardTokens: null,
7575
}

0 commit comments

Comments
 (0)