Skip to content

Commit

Permalink
update zksolc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ColoCarletti committed Nov 27, 2023
1 parent de13350 commit a36c165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/system-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const systemConfig = require('./SystemConfig.json');

export default {
zksolc: {
version: '1.3.14',
version: '1.3.17',
compilerSource: 'binary',
settings: {
isSystem: true
Expand Down
2 changes: 1 addition & 1 deletion etc/system-contracts/scripts/compile-yul.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { exec as _exec, spawn as _spawn } from 'child_process';

import { getZksolcUrl, saltFromUrl } from '@matterlabs/hardhat-zksync-solc';

const COMPILER_VERSION = '1.3.14';
const COMPILER_VERSION = '1.3.17';
const IS_COMPILER_PRE_RELEASE = false;

import path from "path";
Expand Down
2 changes: 1 addition & 1 deletion etc/test-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const systemConfig = require('./SystemConfig.json');

export default {
zksolc: {
version: '1.3.14',
version: '1.3.17',
compilerSource: 'binary',
settings: {
isSystem: true
Expand Down

0 comments on commit a36c165

Please sign in to comment.