Skip to content

Commit

Permalink
AA-536 Adding blob opcodes (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn authored Feb 19, 2025
1 parent f058ef7 commit a7c1c27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/validation-manager/src/ERC7562BannedOpcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export const bannedOpCodes = new Set(
'PREVRANDAO',
'RANDOM',
'SELFDESTRUCT',
'TIMESTAMP'
'TIMESTAMP',
'BLOBHASH',
'BLOBBASEFEE'
]
)

Expand Down

0 comments on commit a7c1c27

Please sign in to comment.