We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447e80 commit 1c0ef44Copy full SHA for 1c0ef44
packages/hardhat-foundry/src/index.ts
@@ -59,7 +59,7 @@ extendConfig((config, userConfig) => {
59
}
60
61
// Set sources path
62
- config.paths.sources = foundrySourcesPath;
+ config.paths.sources = path.resolve(config.paths.root, foundrySourcesPath);
63
64
// Change hardhat's cache path if it clashes with foundry's
65
const foundryCachePath = path.resolve(
0 commit comments