From bab189bd2793a612ced1672e7b39ffe8dcd7983c Mon Sep 17 00:00:00 2001 From: Han <56923450+waddaboo@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:22:50 +0800 Subject: [PATCH] docs(libs-credentials): update credentials docs to remove recipient from criteria --- libs/credentials/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/credentials/README.md b/libs/credentials/README.md index 7ba8ca15..17ba5b09 100644 --- a/libs/credentials/README.md +++ b/libs/credentials/README.md @@ -171,7 +171,6 @@ Validates the EAS attestations of a user. - **id**: The id for the EAS attestations validation. - **criteria**: - **minAttestations**: The minimum number of attestations required. - - **recipient** (_optional_): The recipient of the attestation. - **attester** (_optional_): The attester of the attestation. - **schemaId** (_optional_): The schema id of the attestation. - **revocable** (_optional_): The revocable option of the attestation. @@ -194,7 +193,6 @@ validateCredentials( criteria: { minAttestations: 1, schemaId: "0x", - recipient: "0x0", attester: "0x1", revocable: false, revoked: false,