optimism: Hardhat config error while building bedrock
Describe the bug
hardhat.config.ts:54:5 - error TS2322: Type '{ deploy: string; deployments: string; deployConfig: string; }' is not assignable to type 'ProjectPathsUserConfig'.
Object literal may only specify known properties, and 'deployConfig' does not exist in type 'ProjectPathsUserConfig'.
while building bedrock
To Reproduce Steps to reproduce the behavior:
- clone repo
cd optimism/packages/contracts-bedrock
yarn
yarn build
Screenshots
Additional context Foundry is installed.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (15 by maintainers)
Do you observe the same issue if you build at the root level?
cd optimism && yarn clean && yarn install && yarn build