Skip to content

Commit

Permalink
Merge branch 'main' of github.com:costa-group/grey into main
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcere committed Jan 16, 2025
2 parents 63a46dd + 80bf709 commit 5938614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
split_block = {'calldatacopy', 'create', 'codecopy', 'call', 'log4', 'gas', 'delegatecall', 'extcodecopy', 'create2',
'assignimmutable', 'returndatacopy', 'log2', 'log1', 'log3', 'log0', 'datacopy', 'staticcall','tstore','tload'}
'assignimmutable', 'returndatacopy', 'log2', 'log1', 'log3', 'log0', 'datacopy', 'staticcall','tstore','tload','mcopy'}

terminal_ops = {"functionReturn", "functionReturn", "return", "revert"}

Expand Down

0 comments on commit 5938614

Please sign in to comment.