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 8ccc637 commit a5fc19aCopy full SHA for a5fc19a
packages/grant-explorer/src/hooks/attestations/useGetAttestationData.ts
@@ -30,7 +30,7 @@ export const useGetAttestationData = (
30
31
try {
32
const response = await fetch(
33
- `https://gitcoin-server-api-git-card-update-grants-stack.vercel.app/api/getAttestation`,
+ `https://attestation.gitcoin.co/api/getAttestation`,
34
{
35
method: "POST",
36
headers: {
0 commit comments