diff --git a/yarn-project/circuits.js/src/crs/index.ts b/yarn-project/circuits.js/src/crs/index.ts index 05a698d15e3..2f1af8aa764 100644 --- a/yarn-project/circuits.js/src/crs/index.ts +++ b/yarn-project/circuits.js/src/crs/index.ts @@ -95,7 +95,7 @@ export class FileCrs { const g1Start = 28; const g1Length = this.numPoints * 64; - const g2Start = 28 + 5040000 * 64; + const g2Start = 28 + 5040001 * 64; const g2Length = 128; // Lazily seek our data const fileHandle = await open(this.path, 'r');