chore: fix uniwhale ulp apy percentage

Signed-off-by: bok <bok2x@hotmail.com>
This commit is contained in:
bok
2023-03-13 18:20:19 +00:00
parent c9494f75fd
commit 4363a7ab48

View File

@@ -28,7 +28,7 @@ const getApy = async (...args) => {
symbol: utils.formatSymbol('ULP'),
tvlUsd: parseInt(tvl.data.result.substring(2), 16) / 1e18,
apyBase: utils.aprToApy(
apr.data.data.latest_trade_stats_7d[0].apr_7d * 0.7
apr.data.data.latest_trade_stats_7d[0].apr_7d * 70
),
underlyingTokens: [UNIWHALE_LIQUIDITY_POOL],
url: 'https://app.uniwhale.co/liquidity',