Skip to content

Commit b1142f0

Browse files
committed
fix: remove underlyingToken
1 parent 8439abf commit b1142f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/zerobase-cedefi/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const apy = async () => {
174174
if (!zkTokenAddr) continue;
175175

176176
const underlyingTokens = [token];
177-
const rewardTokens = Array.from(new Set([...underlyingTokens, ZBT]));
177+
const rewardTokens = [ZBT];
178178

179179
pools.push({
180180
pool: `${zkTokenAddr}-${chainName}`.toLowerCase(),

0 commit comments

Comments
 (0)