Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooops committed Nov 22, 2023
1 parent 7595968 commit 6ccdd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/lodestar-v1/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const main = async () => {
apyBase,
apyReward,
underlyingTokens: [token],
rewardTokens: [apyReward ? [ARB_TOKEN.address, PROTOCOL_TOKEN.address] : null].filter(Boolean),
rewardTokens: [apyReward ? (ARB_TOKEN.address, PROTOCOL_TOKEN.address) : null].filter(Boolean),
};
if (isPaused[i] === false) {
poolReturned = {
Expand Down

0 comments on commit 6ccdd92

Please sign in to comment.