Skip to content

Commit

Permalink
fix: missing bLUSD APR and yield amplification
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 11, 2024
1 parent ce7f382 commit 6781cd9
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 6781cd9

Please sign in to comment.