Skip to content

Commit

Permalink
feat: add new 0.13.2 builtins (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama authored Jun 30, 2024
1 parent d3bf863 commit 61467b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -971,4 +971,10 @@ pub enum Builtin {
Keccak,
#[serde(rename = "segment_arena_builtin")]
SegmentArena,
#[serde(rename = "add_mod_builtin")]
AddMod,
#[serde(rename = "mul_mod_builtin")]
MulMod,
#[serde(rename = "range_check96_builtin")]
RangeCheck96,
}

0 comments on commit 61467b1

Please sign in to comment.