Skip to content

Commit

Permalink
reduce max steps
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 29, 2024
1 parent 725a01b commit 2e91125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": 100000000,
"invoke_tx_max_n_steps": 50000000,
"l2_resource_gas_costs": {
"gas_per_data_felt": [128, 1000],
"event_key_factor": [2, 1],
Expand Down Expand Up @@ -63,7 +63,7 @@
"syscall_base_gas_cost": 1
},
"initial_gas_cost": {
"step_gas_cost": 800000000
"step_gas_cost": 500000000
},
"keccak_gas_cost": {
"syscall_base_gas_cost": 1
Expand Down
4 changes: 2 additions & 2 deletions 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": 100000000,
"invoke_tx_max_n_steps": 50000000,
"l2_resource_gas_costs": {
"gas_per_data_felt": [128, 1000],
"event_key_factor": [2, 1],
Expand Down Expand Up @@ -63,7 +63,7 @@
"syscall_base_gas_cost": 1
},
"initial_gas_cost": {
"step_gas_cost": 800000000
"step_gas_cost": 500000000
},
"keccak_gas_cost": {
"syscall_base_gas_cost": 1
Expand Down

0 comments on commit 2e91125

Please sign in to comment.