defi-wonderland / smock

The Solidity mocking library
MIT License
320 stars 40 forks source link

fix: move ethereumjs-vm into deps #74

Closed smartcontracts closed 3 years ago

smartcontracts commented 3 years ago

Description Minor fix. Moves @nomiclabs/ethereumjs-vm into dependencies since it's required (for now) and hardhat doesn't necessarily bundle it anymore.

Metadata