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 de572b8 commit f15d41cCopy full SHA for f15d41c
src/lib/api/fetchGrowThePieMaster.ts
@@ -5,7 +5,7 @@ interface Chain {
5
}
6
7
export const fetchGrowThePieMaster = async () => {
8
- const response = await fetch("https://api.growthepie.xyz/v1/master.json")
+ const response = await fetch("https://api.growthepie.com/v1/master.json")
9
if (!response.ok) {
10
throw new Error(
11
`growthepie Master API responded with ${response.status}: ${response.statusText}`
0 commit comments