Skip to content

Commit ccf8a87

Browse files
add PUSH0 constant
Signed-off-by: François Bojarski <[email protected]>
1 parent bab8d16 commit ccf8a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constants/constants.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
EVM_INST_GAS 0x5A
7676
EVM_INST_JUMPDEST 0x5B
7777
;; Push Operations
78+
EVM_INST_PUSH0 0x5F ;; post Shanghai
7879
EVM_INST_PUSH1 0x60
7980
EVM_INST_PUSH2 0x61
8081
EVM_INST_PUSH3 0x62

0 commit comments

Comments
 (0)