Skip to content

Commit

Permalink
vendor libs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Sep 10, 2024
1 parent 4c1e26b commit 6738535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/primitives/evm-tracing-events/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ pub fn opcodes_string(opcode: Opcode) -> Vec<u8> {
Opcode(89) => "MSize",
Opcode(90) => "Gas",
Opcode(91) => "JumpDest",
Opcode(92) => "TLoad",
Opcode(93) => "TStore",
Opcode(94) => "MCopy",
Opcode(96) => "Push1",
Opcode(97) => "Push2",
Opcode(98) => "Push3",
Expand Down

0 comments on commit 6738535

Please sign in to comment.