Skip to content

Commit

Permalink
Add highlighting of keccak256 struct log
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalski committed Jul 23, 2024
1 parent 0584240 commit dbbe34e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const MemoryInfoCard = ({ ...props }: MemoryInfoCardProps) => {
}
break
}
case 'KECCAK256':
case 'CREATE':
case 'CREATE2':
case 'REVERT':
Expand Down

0 comments on commit dbbe34e

Please sign in to comment.