Skip to content

Commit

Permalink
docs(hardhat): Clarify API key is required
Browse files Browse the repository at this point in the history
Basescan now requires an API key to verify contracts on Base Sepolia;
this change updates to clarify where to get one
  • Loading branch information
wbnns committed Jan 13, 2025
1 parent 7fd4b77 commit a141a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit a141a8f

Please sign in to comment.