@aztec/constants 0.0.1-commit.96dac018d → 0.0.1-commit.993d52e
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 +2 -2
- package/dest/constants.gen.js +2 -2
- package/package.json +2 -2
- package/src/constants.gen.ts +2 -2
package/dest/constants.gen.d.ts
CHANGED
|
@@ -235,7 +235,7 @@ export declare const IPA_PROOF_LENGTH = 64;
|
|
|
235
235
|
export declare const ULTRA_KECCAK_PROOF_LENGTH = 331;
|
|
236
236
|
export declare const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 519;
|
|
237
237
|
export declare const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 519;
|
|
238
|
-
export declare const CHONK_PROOF_LENGTH =
|
|
238
|
+
export declare const CHONK_PROOF_LENGTH = 1935;
|
|
239
239
|
export declare const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
240
240
|
export declare const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
241
241
|
export declare const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
|
@@ -409,7 +409,7 @@ export declare const AVM_MAX_REGISTERS = 6;
|
|
|
409
409
|
export declare const AVM_ADDRESSING_BASE_RESOLUTION_L2_GAS = 3;
|
|
410
410
|
export declare const AVM_ADDRESSING_INDIRECT_L2_GAS = 3;
|
|
411
411
|
export declare const AVM_ADDRESSING_RELATIVE_L2_GAS = 3;
|
|
412
|
-
export declare const L2_GAS_PER_NOTE_HASH =
|
|
412
|
+
export declare const L2_GAS_PER_NOTE_HASH = 9200;
|
|
413
413
|
export declare const L2_GAS_PER_NULLIFIER = 16000;
|
|
414
414
|
export declare const L2_GAS_PER_L2_TO_L1_MSG = 5200;
|
|
415
415
|
export declare const L2_GAS_PER_PRIVATE_LOG = 2500;
|
package/dest/constants.gen.js
CHANGED
|
@@ -236,7 +236,7 @@ export const IPA_PROOF_LENGTH = 64;
|
|
|
236
236
|
export const ULTRA_KECCAK_PROOF_LENGTH = 331;
|
|
237
237
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 519;
|
|
238
238
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 519;
|
|
239
|
-
export const CHONK_PROOF_LENGTH =
|
|
239
|
+
export const CHONK_PROOF_LENGTH = 1935;
|
|
240
240
|
export const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
241
241
|
export const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
242
242
|
export const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
|
@@ -410,7 +410,7 @@ export const AVM_MAX_REGISTERS = 6;
|
|
|
410
410
|
export const AVM_ADDRESSING_BASE_RESOLUTION_L2_GAS = 3;
|
|
411
411
|
export const AVM_ADDRESSING_INDIRECT_L2_GAS = 3;
|
|
412
412
|
export const AVM_ADDRESSING_RELATIVE_L2_GAS = 3;
|
|
413
|
-
export const L2_GAS_PER_NOTE_HASH =
|
|
413
|
+
export const L2_GAS_PER_NOTE_HASH = 9200;
|
|
414
414
|
export const L2_GAS_PER_NULLIFIER = 16000;
|
|
415
415
|
export const L2_GAS_PER_L2_TO_L1_MSG = 5200;
|
|
416
416
|
export const L2_GAS_PER_PRIVATE_LOG = 2500;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/constants",
|
|
3
|
-
"version": "0.0.1-commit.
|
|
3
|
+
"version": "0.0.1-commit.993d52e",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"inherits": [
|
|
6
6
|
"../package.common.json"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aztec/foundation": "0.0.1-commit.
|
|
26
|
+
"@aztec/foundation": "0.0.1-commit.993d52e",
|
|
27
27
|
"tslib": "^2.4.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
package/src/constants.gen.ts
CHANGED
|
@@ -236,7 +236,7 @@ export const IPA_PROOF_LENGTH = 64;
|
|
|
236
236
|
export const ULTRA_KECCAK_PROOF_LENGTH = 331;
|
|
237
237
|
export const RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 519;
|
|
238
238
|
export const NESTED_RECURSIVE_ROLLUP_HONK_PROOF_LENGTH = 519;
|
|
239
|
-
export const CHONK_PROOF_LENGTH =
|
|
239
|
+
export const CHONK_PROOF_LENGTH = 1935;
|
|
240
240
|
export const ULTRA_VK_LENGTH_IN_FIELDS = 115;
|
|
241
241
|
export const MEGA_VK_LENGTH_IN_FIELDS = 127;
|
|
242
242
|
export const CHONK_VK_LENGTH_IN_FIELDS = 127;
|
|
@@ -410,7 +410,7 @@ export const AVM_MAX_REGISTERS = 6;
|
|
|
410
410
|
export const AVM_ADDRESSING_BASE_RESOLUTION_L2_GAS = 3;
|
|
411
411
|
export const AVM_ADDRESSING_INDIRECT_L2_GAS = 3;
|
|
412
412
|
export const AVM_ADDRESSING_RELATIVE_L2_GAS = 3;
|
|
413
|
-
export const L2_GAS_PER_NOTE_HASH =
|
|
413
|
+
export const L2_GAS_PER_NOTE_HASH = 9200;
|
|
414
414
|
export const L2_GAS_PER_NULLIFIER = 16000;
|
|
415
415
|
export const L2_GAS_PER_L2_TO_L1_MSG = 5200;
|
|
416
416
|
export const L2_GAS_PER_PRIVATE_LOG = 2500;
|