Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Jun 4, 2024
1 parent e4f093e commit 98619d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ type PoolApr = {

/** Queries numia for a breakdown of APRs per pool. */
export function queryAstroportPoolAprs(): Promise<PoolApr[]> {
const url = new URL("/osmosis-pools", "https://api.astroport.fi/api");
const url = new URL("/api/osmosis-pools", "https://api.astroport.fi");
return apiClient(url.toString());
}

0 comments on commit 98619d0

Please sign in to comment.