-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hardhat imports from exported library code (gnosis/gp-v2-contr…
…acts#507) Fixes part of #506 This PR removes the `import "hardhat*"` statements from the TypeScript library code, as its a `devDependency`, and as such not available to dependent pacakges. ### Test Plan Release `alpha.13` and see if it resolves the issues. We may need to also switch the `target` library in the TS config, but I'm hopeful that we won't have to.
- Loading branch information
Showing
3 changed files
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters