We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab8d16 commit ccf8a87Copy full SHA for ccf8a87
constants/constants.lisp
@@ -75,6 +75,7 @@
75
EVM_INST_GAS 0x5A
76
EVM_INST_JUMPDEST 0x5B
77
;; Push Operations
78
+ EVM_INST_PUSH0 0x5F ;; post Shanghai
79
EVM_INST_PUSH1 0x60
80
EVM_INST_PUSH2 0x61
81
EVM_INST_PUSH3 0x62
0 commit comments