Skip to content

Commit

Permalink
3670 + 4200: Include BASEFEE as valid instruction (#4768)
Browse files Browse the repository at this point in the history
* 3670: Include BASEFEE as valid instruction

* 4200: Include BASEFEE as valid instruction
  • Loading branch information
axic authored Feb 4, 2022
1 parent 88d3424 commit 53a25e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EIPS/eip-3670.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ valid_opcodes = [
*range(0x10, 0x1d + 1),
0x20,
*range(0x30, 0x3f + 1),
*range(0x40, 0x47 + 1),
*range(0x40, 0x48 + 1),
*range(0x50, 0x5b + 1),
*range(0x60, 0x6f + 1),
*range(0x70, 0x7f + 1),
Expand Down
4 changes: 2 additions & 2 deletions EIPS/eip-4200.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ valid_opcodes = [
*range(0x10, 0x1d + 1),
0x20,
*range(0x30, 0x3f + 1),
*range(0x40, 0x47 + 1),
*range(0x40, 0x48 + 1),
*range(0x50, 0x5d + 1),
*range(0x60, 0x6f + 1),
*range(0x70, 0x7f + 1),
Expand Down Expand Up @@ -183,7 +183,7 @@ Comparing to validation code of EIP-3670:
*range(0x10, 0x1d + 1),
0x20,
*range(0x30, 0x3f + 1),
*range(0x40, 0x47 + 1),
*range(0x40, 0x48 + 1),
- *range(0x50, 0x5b + 1),
+ *range(0x50, 0x5d + 1),
*range(0x60, 0x6f + 1),
Expand Down

0 comments on commit 53a25e4

Please sign in to comment.