We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaca38 commit 7424c1aCopy full SHA for 7424c1a
src/adaptors/gloop/index.js
@@ -97,8 +97,8 @@ const apy = async () => {
97
project: 'gloop',
98
symbol: 'USDC',
99
tvlUsd: tvlUsd,
100
- apyBase: apyBase,
101
- apyReward: apyReward > 0 ? apyReward : null,
+ apyBase: apyBase * 100,
+ apyReward: apyReward > 0 ? apyReward * 100 : null,
102
rewardTokens: apyReward > 0 ? [ADDRESSES.GLOOP] : null,
103
underlyingTokens: [ADDRESSES.USDC],
104
poolMeta: 'V1 market',
0 commit comments