rhlsthrm / typescript-solidity-dev-starter-kit

Starter kit for smart contract development using Typescript
410 stars 127 forks source link

Fix sourcemaps by avoiding requiring whole waffle #19

Closed krzkaczor closed 3 years ago

krzkaczor commented 3 years ago

Currently, sourcemaps are broken. Related: https://github.com/nomiclabs/hardhat/issues/1336

Configuring chai is not needed because hardhat-waffle does it under the hood.

rhlsthrm commented 3 years ago

Thanks for this @krzkaczor !