defi-wonderland / smock

The Solidity mocking library
MIT License
321 stars 39 forks source link

fix: explicitly add web3-utils dependency #191

Open ThunderDeliverer opened 10 months ago

ThunderDeliverer commented 10 months ago

Description Testing with Smock failed due to the missing web3-utils dependency.

The dependency is now explicitly added to the package.json file.

Metadata