From 33f574c41b9a9d6646be9c9905fa60d792486d39 Mon Sep 17 00:00:00 2001 From: Eren Geridonmez <65499630+CoderEren@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:03:04 +0000 Subject: [PATCH] spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 554c5811..3e2c8b52 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Then, proceed to load the deploy scripts adding the `externals` field in your Ha export default hardhatConfig: HardhatUserConfig = { {...}, - external: { + externals: { contracts: [ { artifacts: 'node_modules/@aave/deploy-v3/artifacts',