Skip to content

Commit

Permalink
chore(ethers): removes hh dependency compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Oct 5, 2022
1 parent 714a107 commit 2c76164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@ import 'hardhat-contract-sizer';
import 'hardhat-docgen';
import 'hardhat-watcher';
import { HardhatUserConfig } from 'hardhat/config';
import 'hardhat-dependency-compiler';

const config: HardhatUserConfig = {
dependencyCompiler: {
paths: [
'@openzeppelin/contracts/token/ERC20/ERC20.sol'
]
},
solidity: {
compilers: [
{
Expand All @@ -32,7 +26,7 @@ const config: HardhatUserConfig = {
networks: {
regtest: {
url: 'http://localhost:4444',
chainId: 33
chainId: 33,
},
},
typechain: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"@openzeppelin/contracts": "^3.4.0",
"hardhat": "^2.10.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-dependency-compiler": "^1.1.3",
"hardhat-docgen": "^1.3.0",
"hardhat-watcher": "^2.5.0",
"sinon": "^14.0.0",
Expand Down

0 comments on commit 2c76164

Please sign in to comment.