Skip to content

Commit

Permalink
remove robo vault
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed May 9, 2024
1 parent ffdbcc0 commit e70b131
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/adaptors/return-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ const getApy = async () => {
chain: 'ethereum',
});

return [aavePolygon, aaveAvalanche, compoundV3Base, makerDao, convexFinance];
return [
aavePolygon,
aaveAvalanche,
compoundV3Base,
makerDao,
convexFinance,
].filter((i) => utils.keepFinite(i));
};

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions src/utils/exclude.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const excludeAdaptors = [
'mycelium-perpetual-swaps',
'lyra-v1',
'reflexer',
'robo-vault',
];

const excludePools = [
Expand Down

0 comments on commit e70b131

Please sign in to comment.