Skip to content

Commit

Permalink
Merge pull request #1035 from liquity/update-yearn-api
Browse files Browse the repository at this point in the history
fix: missing bLUSD APR and yield amplification
  • Loading branch information
edmulraney authored Jan 11, 2024
2 parents b2b5025 + 6781cd9 commit fc37ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-frontend/src/components/Bonds/context/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const cacheYearnVaultApys = async (): Promise<void> => {
if (cachedApys.lusd3Crv !== undefined) return;

const yearnResponse = (await (
await window.fetch("https://api.yearn.finance/v1/chains/1/vaults/all")
await window.fetch("https://api.yexporter.io/v1/chains/1/vaults/all")
).json()) as YearnVault[];

const lusd3CrvVault = yearnResponse.find(
Expand Down

0 comments on commit fc37ee6

Please sign in to comment.