Skip to content

Commit

Permalink
finalized cancun spec
Browse files Browse the repository at this point in the history
Signed-off-by: jflo <[email protected]>
  • Loading branch information
jflo committed Jan 4, 2024
1 parent dbaa34d commit b2b9973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public enum EvmSpecVersion {
/** Shanghai evm spec version. */
SHANGHAI(0, true, "Shanghai", "Finalized"),
/** Cancun evm spec version. */
CANCUN(0, false, "Cancun", "In Development"),
CANCUN(0, true, "Cancun", "Finalized"),
/** Prague evm spec version. */
PRAGUE(0, false, "Prague", "Placeholder"),
/** Osaka evm spec version. */
Expand Down

0 comments on commit b2b9973

Please sign in to comment.