zksync-sdk / zksync2-js

MIT License
25 stars 29 forks source link

Bug: `hardhat-zksync-zksync2js` version `0.0.1-beta.0` build is broken on `npm` #24

Closed pcaversaccio closed 9 months ago

pcaversaccio commented 9 months ago

The current latest tagged version of hardhat-zksync-zksync2js has a broken build on npm since the dist folder is missing in the uploaded package and thus you can't access any hre.zksync2js objects. If you upgrade to the latest beta version 0.0.1-beta.2, it will fix the issue but this version doesn't have the latest tag and thus people using the default npm install will face issues.

danijelTxFusion commented 9 months ago

This repo is meant for JavaScript SDK development. Hardhat plugins are developed on dedicated repo, so the issue should be create on that repo.

pcaversaccio commented 9 months ago

Fair enough, opened here: https://github.com/matter-labs/hardhat-zksync/issues/498.