Skip to content

Commit

Permalink
chore: add encoded value (vp) when decoding vc
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanovicEdis committed Jan 23, 2025
1 parent 10530f9 commit 4170217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
],
"shasum": "X5DO6h8ggt2+KiAENnrr/Bx5N+W9OGNBOQ9IA5+GpiU="
"shasum": "2sG2AI/G0JjTeCq5XAO4xXWwh+ANtm1TF0ekjy39hBA="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
1 change: 1 addition & 0 deletions packages/snap/src/veramo/Veramo.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ class VeramoService {
disclosures
);

vc.encoded = vp;
credentials.push(vc);
});

Expand Down

0 comments on commit 4170217

Please sign in to comment.