Skip to content

Commit

Permalink
fix: restore invoke_tx_max_n_steps to 50M (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Sep 7, 2024
1 parent fc3e6b1 commit 6f5d9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"max_calldata_length": 5000,
"max_contract_bytecode_size": 81920
},
"invoke_tx_max_n_steps": 4000000,
"invoke_tx_max_n_steps": 50000000,
"l2_resource_gas_costs": {
"gas_per_data_felt": [128, 1000],
"event_key_factor": [2, 1],
Expand Down
2 changes: 1 addition & 1 deletion crates/sequencer/src/resources/versioned_constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"max_calldata_length": 5000,
"max_contract_bytecode_size": 81920
},
"invoke_tx_max_n_steps": 4000000,
"invoke_tx_max_n_steps": 50000000,
"l2_resource_gas_costs": {
"gas_per_data_felt": [128, 1000],
"event_key_factor": [2, 1],
Expand Down

0 comments on commit 6f5d9be

Please sign in to comment.