Skip to content

Commit

Permalink
Update DATALOAD/DATALOADN price according to recent EIP change
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Oct 6, 2023
1 parent ee0bede commit a431b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/evmone/instructions_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ constexpr inline GasCostTable gas_costs = []() noexcept {
table[EVMC_PRAGUE][OP_RJUMPV] = 4;
table[EVMC_PRAGUE][OP_CALLF] = 5;
table[EVMC_PRAGUE][OP_RETF] = 3;
table[EVMC_PRAGUE][OP_DATALOAD] = 3;
table[EVMC_PRAGUE][OP_DATALOADN] = 2;
table[EVMC_PRAGUE][OP_DATALOAD] = 4;
table[EVMC_PRAGUE][OP_DATALOADN] = 3;
table[EVMC_PRAGUE][OP_DATASIZE] = 2;
table[EVMC_PRAGUE][OP_DATACOPY] = 3;

Expand Down

0 comments on commit a431b49

Please sign in to comment.