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 b04be91 commit de572b8Copy full SHA for de572b8
src/lib/api/fetchGrowThePieBlockspace.ts
@@ -4,7 +4,7 @@ export const fetchGrowThePieBlockspace = async () => {
4
const blockspaceData = {}
5
for (const network of layer2Data) {
6
const response = await fetch(
7
- `https://api.growthepie.xyz/v1/chains/blockspace/${network.growthepieID}.json`
+ `https://api.growthepie.com/v1/chains/blockspace/${network.growthepieID}.json`
8
)
9
if (!response.ok) {
10
continue
0 commit comments