Skip to content

Commit

Permalink
chore: upd zksolc to v1.5.6 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 authored Oct 16, 2024
1 parent a3b2d0e commit cbf13fc
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.5
v1.5.6
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.5", "1.4.1", "1.4.0"];
pub const ZKSOLC_VERSIONS: [&str; 3] = ["1.5.6", "1.4.1", "1.4.0"];

pub const DEFAULT_SOLIDITY_VERSION: &str = "0.8.24";

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

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

Expand Down

0 comments on commit cbf13fc

Please sign in to comment.