Skip to content

Commit

Permalink
Cleaning up for retry
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrug committed Sep 10, 2024
1 parent 6e7ec89 commit 9b320cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import '@nomicfoundation/hardhat-ethers'
import '@nomicfoundation/hardhat-verify'
// import '@nomicfoundation/hardhat-chai-matchers'
import "@matterlabs/hardhat-zksync-solc";
// import '@typechain/hardhat'
import "@matterlabs/hardhat-zksync-solc"
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,9 +103,8 @@ let config = {
},
},
zksolc: {
version: "latest", // optional.
version: "1.5.0", // optional.
settings: {
// 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
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"size": "hardhat size-contracts",
"clean": "hardhat clean",
"compile:native": "./scripts/native_solc_compile_all",
"compile": "hardhat compile ",
"compile": "hardhat compile",
"coverage": "hardhat coverage",
"prepublishOnly": "pnpm compile && ./scripts/prepublish_generate_abi_folder",
"publish-beta": "pnpm publish --tag beta",
Expand Down

0 comments on commit 9b320cc

Please sign in to comment.