From 1cc6c13a38d4388cc344abc3caf4227ec7eac047 Mon Sep 17 00:00:00 2001 From: wbnns Date: Mon, 13 Jan 2025 19:42:35 -0100 Subject: [PATCH] docs(hardhat): Clarify API key is required --- apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md b/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md index ffb994f2c98..9cbf8f4ddf1 100644 --- a/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md +++ b/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md @@ -291,7 +291,7 @@ etherscan: { :::info -When verifying a contract with Basescan on testnet (Sepolia), an API key is not required. You can leave the value as `PLACEHOLDER_STRING`. On mainnet, you can get your Basescan API key from [here](https://basescan.org/myapikey) after you sign up for an account. +You can get your Basescan API key from [basescan.org](https://basescan.org/myapikey) when you sign up for an account. :::