From a141a8fab5e0227a5b7f610b3354ed6ef4dfed80 Mon Sep 17 00:00:00 2001 From: wbnns Date: Mon, 13 Jan 2025 19:39:29 -0100 Subject: [PATCH] docs(hardhat): Clarify API key is required Basescan now requires an API key to verify contracts on Base Sepolia; this change updates to clarify where to get one --- 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..117d37bec6a 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 [basescan.org](https://basescan.org/myapikey) after you sign up for an account. :::