Skip to content

Commit de572b8

Browse files
authored
Update fetchGrowThePieBlockspace.ts
1 parent b04be91 commit de572b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/api/fetchGrowThePieBlockspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const fetchGrowThePieBlockspace = async () => {
44
const blockspaceData = {}
55
for (const network of layer2Data) {
66
const response = await fetch(
7-
`https://api.growthepie.xyz/v1/chains/blockspace/${network.growthepieID}.json`
7+
`https://api.growthepie.com/v1/chains/blockspace/${network.growthepieID}.json`
88
)
99
if (!response.ok) {
1010
continue

0 commit comments

Comments
 (0)