Skip to content

Commit

Permalink
MCMS compilation params
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrug committed Jul 23, 2024
1 parent 3237555 commit 6e7ec89
Show file tree
Hide file tree
Showing 6 changed files with 12,933 additions and 14 deletions.
7 changes: 4 additions & 3 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import '@nomicfoundation/hardhat-ethers'
import '@nomicfoundation/hardhat-verify'
import '@nomicfoundation/hardhat-chai-matchers'
// import '@nomicfoundation/hardhat-chai-matchers'
import "@matterlabs/hardhat-zksync-solc";
import '@typechain/hardhat'
// import '@typechain/hardhat'
import 'hardhat-abi-exporter'
import { subtask } from 'hardhat/config'
import { TASK_COMPILE_SOLIDITY_GET_SOURCE_PATHS } from 'hardhat/builtin-tasks/task-names'
Expand Down Expand Up @@ -105,8 +105,9 @@ let config = {
},
},
zksolc: {
version: "latest", // optional.
settings: {
compilerPath: "zksolc", // optional. Ignored for compilerSource "docker". Can be used if compiler is located in a specific folder
// compilerPath: "zksolc", // optional. Ignored for compilerSource "docker". Can be used if compiler is located in a specific folder
optimizer: {
enabled: true, // optional. True by default
mode: '3', // optional. 3 by default, z to optimize bytecode size
Expand Down
Loading

0 comments on commit 6e7ec89

Please sign in to comment.