Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: don't look for remappings on hardhat (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 16, 2021
1 parent 26a7626 commit a50ee2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethers-solc/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ impl PathStyle {
.sources(root.join("contracts"))
.artifacts(root.join("artifacts"))
.lib(root.join("node_modules"))
.remappings(Remapping::find_many(&root.join("node_modules"))?)
.root(root)
.build()?,
})
Expand Down

0 comments on commit a50ee2e

Please sign in to comment.