Skip to content

Commit

Permalink
feat: use compiler 2.6.x for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Mar 28, 2024
1 parent f59724e commit ae0d626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/casm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ impl CasmArgs {
match network {
Some(network) => {
let auto_version = match network {
Network::Mainnet => CompilerVersion::V2_5_4,
Network::Goerli
| Network::Sepolia
| Network::GoerliIntegration
| Network::SepoliaIntegration => CompilerVersion::V2_6_2,
| Network::SepoliaIntegration
| Network::Mainnet => CompilerVersion::V2_6_2,
};

eprintln!(
Expand Down

0 comments on commit ae0d626

Please sign in to comment.