Skip to content

Commit f15d41c

Browse files
authored
Update fetchGrowThePieMaster.ts
1 parent de572b8 commit f15d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api/fetchGrowThePieMaster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface Chain {
55
}
66

77
export const fetchGrowThePieMaster = async () => {
8-
const response = await fetch("https://api.growthepie.xyz/v1/master.json")
8+
const response = await fetch("https://api.growthepie.com/v1/master.json")
99
if (!response.ok) {
1010
throw new Error(
1111
`growthepie Master API responded with ${response.status}: ${response.statusText}`

0 commit comments

Comments
 (0)