Skip to content

Commit

Permalink
add OS v0.13.2 builtins to serialize_builtin_segments function
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanObst committed Oct 28, 2024
1 parent 01ea1e0 commit 6036ab9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/src/vm/runners/cairo_pie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ pub(super) mod serde_impl {
BuiltinName::ec_op,
BuiltinName::keccak,
BuiltinName::poseidon,
BuiltinName::range_check96,
BuiltinName::add_mod,
BuiltinName::mul_mod,
];

for name in BUILTIN_ORDERED_LIST {
Expand Down

0 comments on commit 6036ab9

Please sign in to comment.