Skip to content

Commit b7b352a

Browse files
committed
chore: add PREVRANDAO as synonym for DIFFICULTY
1 parent b7e8ae2 commit b7b352a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/testing/src/execution_testing/client_clis

packages/testing/src/execution_testing/client_clis/cli_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def print(self) -> None:
216216

217217
_opcode_synonyms = {
218218
"KECCAK256": "SHA3",
219+
"DIFFICULTY": "PREVRANDAO",
219220
}
220221

221222

0 commit comments

Comments
 (0)