Skip to content

Commit 898bcbb

Browse files
committed
switch to prague by default
1 parent 507cd41 commit 898bcbb

File tree

1 file changed

+2
-2
lines changed
  • crates/artifacts/solc/src

1 file changed

+2
-2
lines changed

crates/artifacts/solc/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ impl YulDetails {
793793

794794
/// EVM versions.
795795
///
796-
/// Default is `Cancun`, since 0.8.25
796+
/// Default is `Prague`, since 0.8.30
797797
///
798798
/// Kept in sync with: <https://github.com/ethereum/solidity/blob/develop/liblangutil/EVMVersion.h>
799799
// When adding new EVM versions (see a previous attempt at https://github.com/foundry-rs/compilers/pull/51):
@@ -816,8 +816,8 @@ pub enum EvmVersion {
816816
London,
817817
Paris,
818818
Shanghai,
819-
#[default]
820819
Cancun,
820+
#[default]
821821
Prague,
822822
Osaka,
823823
}

0 commit comments

Comments
 (0)