Skip to content

Commit

Permalink
feat: use compiler v2.4.0 for goerli and integration
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Dec 19, 2023
1 parent d44ed7e commit 426ef54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/casm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ impl CasmArgs {
match network {
Some(network) => {
let auto_version = match network {
Network::Mainnet | Network::Goerli | Network::Integration => {
CompilerVersion::V2_1_0
}
Network::Mainnet => CompilerVersion::V2_1_0,
Network::Goerli | Network::Integration => CompilerVersion::V2_4_0,
};

eprintln!(
Expand Down

0 comments on commit 426ef54

Please sign in to comment.