Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Update hardhat packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Dec 17, 2020
1 parent 64c2404 commit e74598b
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 420 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dotEnvConfig();
import { HardhatUserConfig } from "hardhat/types";

import "@nomiclabs/hardhat-waffle";
import "@nomiclabs/hardhat-etherscan";
import "hardhat-typechain";
import "@nomiclabs/hardhat-etherscan";
// TODO: reenable solidity-coverage when it works
// import "solidity-coverage";

Expand Down
Loading

0 comments on commit e74598b

Please sign in to comment.