We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29991d9 commit b04be91Copy full SHA for b04be91
src/lib/api/fetchGrowThePie.ts
@@ -14,7 +14,7 @@ const TXCOUNT = "txcount"
14
const ACTIVE_ADDRESSES = "aa_last7d"
15
16
export const fetchGrowThePie = async (): Promise<GrowThePieData> => {
17
- const url = "https://api.growthepie.xyz/v1/fundamentals.json"
+ const url = "https://api.growthepie.com/v1/fundamentals.json"
18
19
const response = await fetch(url, { cache: "no-store" })
20
if (!response.ok) {
0 commit comments