Skip to content

Commit dbbe34e

Browse files
committed
Add highlighting of keccak256 struct log
1 parent 0584240 commit dbbe34e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/frontend/src/pages/TransactionExplorer/Panels/InformationPanel/Cards/MemoryInfoCard

packages/frontend/src/pages/TransactionExplorer/Panels/InformationPanel/Cards/MemoryInfoCard/MemoryInfoCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const MemoryInfoCard = ({ ...props }: MemoryInfoCardProps) => {
5656
}
5757
break
5858
}
59+
case 'KECCAK256':
5960
case 'CREATE':
6061
case 'CREATE2':
6162
case 'REVERT':

0 commit comments

Comments
 (0)