Skip to content

Commit

Permalink
Update Linea evm spec version
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Jul 16, 2024
1 parent afd8d02 commit 76942b0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ public enum EvmSpecVersion {
/** Development fork for EIPs not accepted to Mainnet */
EXPERIMENTAL_EIPS(
0x6000, 0xc000, 1, false, "Experimental_EIPs", "Development, for experimental EIPs"),

LINEA(0x6000, 0xc000, 0, false, "Linea", "Linea");
/**
* Linea evm spec version
*/
LINEA(0x6000, 0xc000, Integer.MAX_VALUE, false, "Linea", "Linea");
private static final Logger LOGGER = LoggerFactory.getLogger(EvmSpecVersion.class);

/** The Spec finalized. */
Expand Down

0 comments on commit 76942b0

Please sign in to comment.