@aztec/constants 0.0.1-commit.bf2612ae → 0.0.1-commit.c80b6263

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.
@@ -441,7 +441,7 @@ export declare const AVM_SLOAD_BASE_L2_GAS = 1290;
441
441
  export declare const AVM_SSTORE_BASE_L2_GAS = 33140;
442
442
  export declare const AVM_NOTEHASHEXISTS_BASE_L2_GAS = 504;
443
443
  export declare const AVM_EMITNOTEHASH_BASE_L2_GAS = 19275;
444
- export declare const AVM_NULLIFIEREXISTS_BASE_L2_GAS = 924;
444
+ export declare const AVM_NULLIFIEREXISTS_BASE_L2_GAS = 903;
445
445
  export declare const AVM_EMITNULLIFIER_BASE_L2_GAS = 30800;
446
446
  export declare const AVM_L1TOL2MSGEXISTS_BASE_L2_GAS = 540;
447
447
  export declare const AVM_GETCONTRACTINSTANCE_BASE_L2_GAS = 6108;
@@ -442,7 +442,7 @@ export const AVM_SLOAD_BASE_L2_GAS = 1290;
442
442
  export const AVM_SSTORE_BASE_L2_GAS = 33140;
443
443
  export const AVM_NOTEHASHEXISTS_BASE_L2_GAS = 504;
444
444
  export const AVM_EMITNOTEHASH_BASE_L2_GAS = 19275;
445
- export const AVM_NULLIFIEREXISTS_BASE_L2_GAS = 924;
445
+ export const AVM_NULLIFIEREXISTS_BASE_L2_GAS = 903;
446
446
  export const AVM_EMITNULLIFIER_BASE_L2_GAS = 30800;
447
447
  export const AVM_L1TOL2MSGEXISTS_BASE_L2_GAS = 540;
448
448
  export const AVM_GETCONTRACTINSTANCE_BASE_L2_GAS = 6108;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/constants",
3
- "version": "0.0.1-commit.bf2612ae",
3
+ "version": "0.0.1-commit.c80b6263",
4
4
  "type": "module",
5
5
  "inherits": [
6
6
  "../package.common.json"
@@ -16,7 +16,7 @@
16
16
  "test": "NODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}"
17
17
  },
18
18
  "dependencies": {
19
- "@aztec/foundation": "0.0.1-commit.bf2612ae",
19
+ "@aztec/foundation": "0.0.1-commit.c80b6263",
20
20
  "tslib": "^2.4.0"
21
21
  },
22
22
  "devDependencies": {
@@ -442,7 +442,7 @@ export const AVM_SLOAD_BASE_L2_GAS = 1290;
442
442
  export const AVM_SSTORE_BASE_L2_GAS = 33140;
443
443
  export const AVM_NOTEHASHEXISTS_BASE_L2_GAS = 504;
444
444
  export const AVM_EMITNOTEHASH_BASE_L2_GAS = 19275;
445
- export const AVM_NULLIFIEREXISTS_BASE_L2_GAS = 924;
445
+ export const AVM_NULLIFIEREXISTS_BASE_L2_GAS = 903;
446
446
  export const AVM_EMITNULLIFIER_BASE_L2_GAS = 30800;
447
447
  export const AVM_L1TOL2MSGEXISTS_BASE_L2_GAS = 540;
448
448
  export const AVM_GETCONTRACTINSTANCE_BASE_L2_GAS = 6108;