Skip to content

Commit

Permalink
extend clm apy period (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReflectiveChimp authored Jul 13, 2024
1 parent 6793ae5 commit 26adb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/cowcentrated/getCowVaultsMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function fetchCowVaultsMeta(chainId: ApiChain): Promise<AnyCowClmMeta[]> {
return [];
}

const url = `${BEEFY_CLM_API}/api/v1/vaults/${chainId}/1d`;
const url = `${BEEFY_CLM_API}/api/v1/vaults/${chainId}/1.1d`;
const response = await fetch(url);
if (!response.ok) {
throw new Error(
Expand Down

0 comments on commit 26adb10

Please sign in to comment.