Skip to content

Commit

Permalink
chore!: lower public tx gas limit to 6M (#10635)
Browse files Browse the repository at this point in the history
And fix migration notes which were incorrectly modified in previous PR
  • Loading branch information
dbanks12 authored and AztecBot committed Dec 13, 2024
1 parent 9b4610f commit e01ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/barretenberg/vm/aztec_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#define START_EMIT_NULLIFIER_WRITE_OFFSET 208
#define START_EMIT_L2_TO_L1_MSG_WRITE_OFFSET 224
#define START_EMIT_UNENCRYPTED_LOG_WRITE_OFFSET 226
#define MAX_L2_GAS_PER_TX_PUBLIC_PORTION 12000000
#define MAX_L2_GAS_PER_TX_PUBLIC_PORTION 6000000
#define AVM_POSEIDON2_BASE_L2_GAS 36
#define AVM_ADD_BASE_L2_GAS 27
#define AVM_SUB_BASE_L2_GAS 27
Expand Down

0 comments on commit e01ba96

Please sign in to comment.