From 3af0799f5101ebab42fd85a089d40375d8a5287c Mon Sep 17 00:00:00 2001 From: AvivYossef-starkware Date: Mon, 18 Nov 2024 11:22:33 +0200 Subject: [PATCH] refactor(blockifier): update get class hash at resources --- crates/blockifier/cairo_native | 2 +- crates/blockifier/resources/versioned_constants_0_13_4.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/blockifier/cairo_native b/crates/blockifier/cairo_native index 564f7e2136..b5769e4f6b 160000 --- a/crates/blockifier/cairo_native +++ b/crates/blockifier/cairo_native @@ -1 +1 @@ -Subproject commit 564f7e2136e53a1e43033aefa3836b4dc591ffc1 +Subproject commit b5769e4f6ba914b36eef68e0b1f71c791d7d075c diff --git a/crates/blockifier/resources/versioned_constants_0_13_4.json b/crates/blockifier/resources/versioned_constants_0_13_4.json index eac76d6a7a..c6b460e339 100644 --- a/crates/blockifier/resources/versioned_constants_0_13_4.json +++ b/crates/blockifier/resources/versioned_constants_0_13_4.json @@ -187,7 +187,7 @@ "range_check_gas_cost": 1 }, "get_class_hash_at_gas_cost": { - "step_gas_cost": 100, + "step_gas_cost": 89, "range_check_gas_cost": 1 }, "stored_block_hash_buffer": 10, @@ -433,7 +433,7 @@ "n_memory_holes": 0 }, "GetClassHashAt": { - "n_steps": 100, + "n_steps": 89, "builtin_instance_counter": { "range_check_builtin": 1 },