Open hananbeer opened 2 years ago
MacOS tries to download solc from the wrong path: Downloading zksolc... Error in plugin @matterlabs/hardhat-zksync-solc: Failed to download https://github.com/matter-labs/zksolc-bin/raw/main/darwin-arm64/zksolc-darwin-arm64-musl-v1.2.0 - 404 received.
notice it tries to reach "darwin-" but the path is "macosx-". this is fixed in newer zksolc version so just need to update package.json like so: "@matterlabs/hardhat-zksync-solc": "^0.3.9"
MacOS tries to download solc from the wrong path: Downloading zksolc... Error in plugin @matterlabs/hardhat-zksync-solc: Failed to download https://github.com/matter-labs/zksolc-bin/raw/main/darwin-arm64/zksolc-darwin-arm64-musl-v1.2.0 - 404 received.
notice it tries to reach "darwin-" but the path is "macosx-". this is fixed in newer zksolc version so just need to update package.json like so: "@matterlabs/hardhat-zksync-solc": "^0.3.9"