Skip to content

Commit

Permalink
allbridge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Oct 30, 2023
1 parent 1c74a49 commit 2d570d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adaptors/allbridge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const getApy = async () => {
};
});
})
.flat();
.flat()
.filter((i) => i.chain);
};

module.exports = {
Expand Down

0 comments on commit 2d570d1

Please sign in to comment.