Skip to content

Commit

Permalink
refactor(blockifier): update get class hash at resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AvivYossef-starkware committed Nov 18, 2024
1 parent 863c886 commit 3af0799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/blockifier/resources/versioned_constants_0_13_4.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -433,7 +433,7 @@
"n_memory_holes": 0
},
"GetClassHashAt": {
"n_steps": 100,
"n_steps": 89,
"builtin_instance_counter": {
"range_check_builtin": 1
},
Expand Down

0 comments on commit 3af0799

Please sign in to comment.