Add missed opcode EVM_OP_BASEFEE.

This commit is contained in:
Yaroslav 2023-01-31 14:57:40 +07:00 committed by pancake
parent e1a71881a3
commit 155d4cea35

View File

@ -57,6 +57,7 @@ typedef enum {
EVM_OP_GASLIMIT,
EVM_OP_CHAINID,
EVM_OP_SELFBALANCE,
EVM_OP_BASEFEE,
EVM_OP_POP = 0x50,
EVM_OP_MLOAD,