Skip to content

Commit

Permalink
ignore invalid field
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 2, 2023
1 parent 1395b99 commit db5bbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/compile-yul.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ async function compilerLocation(): Promise<string> {
let salt = "";

if (IS_COMPILER_PRE_RELEASE) {
// @ts-ignore
const url = getZksolcUrl("https://github.com/matter-labs/zksolc-prerelease", hre.config.zksolc.version);
salt = saltFromUrl(url);
}
Expand Down

0 comments on commit db5bbad

Please sign in to comment.