Skip to content

Commit

Permalink
update api call url (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv authored Aug 27, 2024
1 parent 773c621 commit 0c50879
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/services/api/linking/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ export const linkIdentifier = async ({
anyJwt,
chainId = 11155111,
}: LinkIdentifierParams) => {
return api.post('/linking/link-identities', { siweJwt, anyJwt, chainId });
return api.post('/eas/sign-delegated-attestation', {
siweJwt,
anyJwt,
chainId,
});
};

0 comments on commit 0c50879

Please sign in to comment.