Skip to content

Commit b04be91

Browse files
authored
Update fetchGrowThePie.ts
1 parent 29991d9 commit b04be91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api/fetchGrowThePie.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const TXCOUNT = "txcount"
1414
const ACTIVE_ADDRESSES = "aa_last7d"
1515

1616
export const fetchGrowThePie = async (): Promise<GrowThePieData> => {
17-
const url = "https://api.growthepie.xyz/v1/fundamentals.json"
17+
const url = "https://api.growthepie.com/v1/fundamentals.json"
1818

1919
const response = await fetch(url, { cache: "no-store" })
2020
if (!response.ok) {

0 commit comments

Comments
 (0)