@aztec/constants 4.0.0-rc.6 → 4.0.0-rc.7
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 +2 -2
- package/src/constants.gen.ts +1 -1
package/dest/constants.gen.d.ts
CHANGED
|
@@ -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
|
@@ -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": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.7",
|
|
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": "4.0.0-rc.
|
|
26
|
+
"@aztec/foundation": "4.0.0-rc.7",
|
|
27
27
|
"tslib": "^2.4.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
package/src/constants.gen.ts
CHANGED
|
@@ -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;
|