From 83bdcfc0bb4567ee7ddba27deed48632249fcecc Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Sun, 5 Nov 2023 15:07:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Add=20note=20on=20autom?= =?UTF-8?q?atic=20verification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a8b68c..939907c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ pnpm install ## Running Deployments +> **Note**
+> The deployment script [`deploy.ts`](./scripts/deploy.ts) attempts to automatically verify the contract on the target chain after deployment. If you have not configured an API key, the verification will fail. + **Example Goerli:** ```console