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

Commit

Permalink
Merge pull request #225 from NethermindEth/update-zksolc-v1.5.5
Browse files Browse the repository at this point in the history
Update zksolc-bin to version v1.5.5
  • Loading branch information
stranger80 authored Oct 16, 2024
2 parents 714fdb3 + 6229e4a commit 9364af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zksolc-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.4
v1.5.5
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.4", "1.4.1", "1.4.0"];
pub const ZKSOLC_VERSIONS: [&str; 3] = ["1.5.5", "1.4.1", "1.4.0"];

pub const DEFAULT_SOLIDITY_VERSION: &str = "0.8.24";

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

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

Expand Down

0 comments on commit 9364af2

Please sign in to comment.