Skip to content

Commit

Permalink
Update DATALOAD/DATALOADN prices (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 authored Oct 9, 2023
2 parents ee0bede + a431b49 commit 634d706
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 634d706

Please sign in to comment.