Skip to content

Commit

Permalink
update orca
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 24, 2024
1 parent bfe41dd commit a9dc9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/orca/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const utils = require('../utils');
const getApy = async () => {
let whirlpools = (
await axios.get('https://api.mainnet.orca.so/v1/whirlpool/list')
).data.whirlpools;
).data.whirlpools.filter((i) => i.whitelisted === true);

whirlpools = whirlpools.map((p) => {
const apyReward =
Expand Down

0 comments on commit a9dc9d8

Please sign in to comment.