From 23b4fdb8dd1d61416c8125800dafc03152812300 Mon Sep 17 00:00:00 2001 From: pdobacz <5735525+pdobacz@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:36:10 +0200 Subject: [PATCH] Update EIP-663: Fix markdown rendering 2 Merged by EIP-Bot. --- EIPS/eip-663.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-663.md b/EIPS/eip-663.md index d468733529898..e82f9629135fb 100644 --- a/EIPS/eip-663.md +++ b/EIPS/eip-663.md @@ -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.