Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
feat: update zksolc version (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 authored Oct 15, 2024
1 parent d3cd72d commit ca8da25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/utils/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ pub const CARGO_MANIFEST_DIR: &str = env!("CARGO_MANIFEST_DIR");

pub const DURATION_TO_PURGE: u64 = 60 * 5; // 5 minutes

pub const ZKSOLC_VERSIONS: [&str; 3] = ["1.5.3", "1.4.1", "1.4.0"];
pub const ZKSOLC_VERSIONS: [&str; 3] = ["1.5.4", "1.4.1", "1.4.0"];

pub const DEFAULT_SOLIDITY_VERSION: &str = "0.8.24";

pub const DEFAULT_ZKSOLC_VERSION: &str = "1.4.1";
pub const DEFAULT_ZKSOLC_VERSION: &str = "1.5.4";

pub const ALLOWED_NETWORKS: [&str; 2] = ["sepolia", "mainnet"];

Expand Down

0 comments on commit ca8da25

Please sign in to comment.