Skip to content

Commit

Permalink
Update EIP-663: Fix markdown rendering 2
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
pdobacz authored Jul 5, 2024
1 parent 334471d commit 23b4fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-663.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If the code is valid EOF1, the following rules apply:
4. Execution rules:
1. `DUPN`: the `n`'th stack item is duplicated at the top of the stack. (*Note: We use 1-based indexing here.*)
2. `SWAPN`: the `n + 1`'th stack item is swapped with the top of the stack.
3 `EXCHANGE`: the `n + 1`'th stack item is swapped with the `n + m + 1`'th stack item.
3. `EXCHANGE`: the `n + 1`'th stack item is swapped with the `n + m + 1`'th stack item.

The gas cost for all three instructions is set at 3.

Expand Down

0 comments on commit 23b4fdb

Please sign in to comment.