diff --git a/src/iden3comm/packers/zkp.ts b/src/iden3comm/packers/zkp.ts index b9ea992a..1387ba87 100644 --- a/src/iden3comm/packers/zkp.ts +++ b/src/iden3comm/packers/zkp.ts @@ -178,7 +178,8 @@ export class ZKPPacker implements IPacker { /** {@inheritDoc IPacker.getSupportedProfiles} */ getSupportedProfiles(): string[] { - return [`env=${this.mediaType()}&alg=${this.getSupportedAlgorithms().join( + return [ + `env=${this.mediaType()}&alg=${this.getSupportedAlgorithms().join( ',' )}&circuitIds=${this.getSupportedCircuitIds().join(',')}` ];