We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8c9da commit ab8bb8cCopy full SHA for ab8bb8c
src/adaptors/pinto/index.js
@@ -70,7 +70,6 @@ async function getPoolsForChain(chain, timestamp) {
70
project: 'pinto',
71
symbol: `${tokens[0].name}-${tokens[1].name}`,
72
tvlUsd: parseInt(pool.liquidityUSD),
73
- apyBase: 0,
74
apyReward: Math.round(yields[pool.id].bean * 10000) / 100,
75
rewardTokens: [bean.id],
76
underlyingTokens: tokens.map(p => p.id.toLowerCase()),
0 commit comments