From 22b3789c4fd3af61f98d0fb06742d736e019a240 Mon Sep 17 00:00:00 2001 From: Gilad Chase Date: Sun, 11 Feb 2024 17:09:35 +0200 Subject: [PATCH] chore(execution): increase invoke_tx_max_n_steps --- crates/blockifier/resources/versioned_constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/blockifier/resources/versioned_constants.json b/crates/blockifier/resources/versioned_constants.json index 4907bcca5b..33378e24df 100644 --- a/crates/blockifier/resources/versioned_constants.json +++ b/crates/blockifier/resources/versioned_constants.json @@ -8,7 +8,7 @@ "event_key_factor": 2, "milligas_per_code_byte": 875 }, - "invoke_tx_max_n_steps": 3000000, + "invoke_tx_max_n_steps": 4000000, "max_recursion_depth": 50, "os_constants": { "nop_entry_point_offset": -1,