iden3/snarkjs#464 was merged and is now included in snarkjs 0.7.5 so we can remove the special case for plonk verifiers:
https://github.com/erhant/circomkit/blob/main/tests/circomkit.test.ts#L97
The way snarkjs is set as a peerDependency for 0.7.x, it would need to be updated to ^0.7.5 too I would imagine though
iden3/snarkjs#464 was merged and is now included in snarkjs 0.7.5 so we can remove the special case for plonk verifiers:
https://github.com/erhant/circomkit/blob/main/tests/circomkit.test.ts#L97
The way snarkjs is set as a peerDependency for
0.7.x, it would need to be updated to^0.7.5too I would imagine though