File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ next or subsequent hard fork.
20
20
| 0xE2 | RJUMV | relative jump table | [ EIP-4200] ( https://eips.ethereum.org/EIPS/eip-4200 ) |
21
21
| 0xE3 | CALLF | EOF Subroutine Call | [ EIP-4750] ( https://eips.ethereum.org/EIPS/eip-4750 ) |
22
22
| 0xE4 | RETF | EOF Subroutine return | [ EIP-4750] ( https://eips.ethereum.org/EIPS/eip-4750 ) |
23
- | 0xE5 | JUMPF | EOF Function Jump | [ EIP-6209 ] ( https://eips.ethereum.org/EIPS/eip-6209 ) |
23
+ | 0xE5 | JUMPF | EOF Function Jump | [ EIP-6206 ] ( https://eips.ethereum.org/EIPS/eip-6206 ) |
24
24
| 0xE6 | DUPN | Unlimited dup | [ EIP-663] ( https://eips.ethereum.org/EIPS/eip-663 ) |
25
25
| 0xE7 | SWAPN | Unlimited swap | [ EIP-663] ( https://eips.ethereum.org/EIPS/eip-663 ) |
26
26
| 0xE8 | EXCHANGE | Deep swap | [ EIP-663] ( https://eips.ethereum.org/EIPS/eip-663 ) |
@@ -277,7 +277,7 @@ scheduled or accepted) are in *italics*.
277
277
| * 0xE2* | * RJUMPV* | * EOF* | * ????* | * [ EIP-4200] ( https://eips.ethereum.org/EIPS/eip-4200 ) * |
278
278
| * 0xE3* | * CALLF* | * EOF* | * ????* | * [ EIP-4750] ( https://eips.ethereum.org/EIPS/eip-4750 ) * |
279
279
| * 0xE4* | * RETF* | * EOF* | * ????* | * [ EIP-4750] ( https://eips.ethereum.org/EIPS/eip-4750 ) * |
280
- | * 0xE5* | * JUMPF* | * EOF* | * ????* | * [ EIP-4750 ] ( https://eips.ethereum.org/EIPS/eip-6209 ) * |
280
+ | * 0xE5* | * JUMPF* | * EOF* | * ????* | * [ EIP-6206 ] ( https://eips.ethereum.org/EIPS/eip-6206 ) * |
281
281
| * 0xE6* | * DUPN* | * EOF* | * ????* | * [ EIP-663] ( https://eips.ethereum.org/EIPS/eip-663 ) * |
282
282
| * 0xE7* | * SWAPN* | * EOF* | * ????* | * [ EIP-663] ( https://eips.ethereum.org/EIPS/eip-663 ) * |
283
283
| * 0xE8* | * EXCHANGE* | * EOF* | * ????* | * [ EIP-663] ( https://eips.ethereum.org/EIPS/eip-663 ) * |
You can’t perform that action at this time.
0 commit comments