Skip to content

Commit

Permalink
Fix encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
motechFR committed Nov 7, 2024
1 parent 5f7ec1c commit dc7ac33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function encodeGithubContributionReceiptAttestation(
attestation: GithubContributionReceiptAttestation
): `0x${string}` {
const encodedData = encoder.encodeData([
{ name: 'userRefUID', type: 'string', value: attestation.userRefUID },
{ name: 'userRefUID', type: 'bytes32', value: attestation.userRefUID },
{ name: 'description', type: 'string', value: attestation.description },
{
name: 'url',
Expand Down

0 comments on commit dc7ac33

Please sign in to comment.