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,