wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.19k stars 292 forks source link

fix: support for zksync-ethers sdk instead of depricated zksync-web3 #511

Closed kiriyaga closed 7 months ago

kiriyaga commented 8 months ago

Transition from the deprecated zksync-web3 SDK to the newer zksync-ethers SDK, which aligns with the respective versions of the ethers.js library. The zksync-ethers SDK has different versions for compatibility with different versions of ethers.js: version 5.x for ethers.js v5 and version 6.x for ethers.js v6. This transition likely involves updates to the SDK to utilize the features and changes introduced in the newer versions of ethers.js, ensuring better compatibility and performance with the latest tools and libraries in the Ethereum ecosystem.

socket-security[bot] commented 8 months ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/zksync-ethers@5.1.0 Transitive: network +45 18.1 MB

View full report↗︎

njelich commented 7 months ago

Please release new version @wighawag

https://github.com/wighawag/hardhat-deploy/pull/514

wighawag commented 7 months ago

Thanks! Done with #511