@aztec/constants 3.0.0-nightly.20251104 → 3.0.0-nightly.20251106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/constants.gen.d.ts +1 -1
- package/dest/constants.gen.js +1 -1
- package/package.json +1 -1
- package/src/constants.gen.ts +1 -1
package/dest/constants.gen.d.ts
CHANGED
|
@@ -221,7 +221,7 @@ export declare const IPA_PROOF_LENGTH = 68;
|
|
|
221
221
|
export declare const ULTRA_KECCAK_PROOF_LENGTH = 350;
|
|
222
222
|
export declare const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
223
223
|
export declare const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
224
|
-
export declare const CHONK_PROOF_LENGTH =
|
|
224
|
+
export declare const CHONK_PROOF_LENGTH = 2077;
|
|
225
225
|
export declare const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
226
226
|
export declare const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
227
227
|
export declare const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
package/dest/constants.gen.js
CHANGED
|
@@ -222,7 +222,7 @@ export const IPA_PROOF_LENGTH = 68;
|
|
|
222
222
|
export const ULTRA_KECCAK_PROOF_LENGTH = 350;
|
|
223
223
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
224
224
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
225
|
-
export const CHONK_PROOF_LENGTH =
|
|
225
|
+
export const CHONK_PROOF_LENGTH = 2077;
|
|
226
226
|
export const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
227
227
|
export const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
228
228
|
export const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
package/package.json
CHANGED
package/src/constants.gen.ts
CHANGED
|
@@ -222,7 +222,7 @@ export const IPA_PROOF_LENGTH = 68;
|
|
|
222
222
|
export const ULTRA_KECCAK_PROOF_LENGTH = 350;
|
|
223
223
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
224
224
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 535;
|
|
225
|
-
export const CHONK_PROOF_LENGTH =
|
|
225
|
+
export const CHONK_PROOF_LENGTH = 2077;
|
|
226
226
|
export const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
227
227
|
export const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
228
228
|
export const CHONK_VK_LENGTH_IN_FIELDS = 127;
|