From e1432293f8b9279dc477cf8b680419b60c481382 Mon Sep 17 00:00:00 2001 From: JohnsonSmile Date: Fri, 13 Oct 2023 03:25:30 -0500 Subject: [PATCH] Update verifying-smart-contracts.mdx I just found this word spelling error --- src/content/docs/en/developers/verifying-smart-contracts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/verifying-smart-contracts.mdx b/src/content/docs/en/developers/verifying-smart-contracts.mdx index aa609eabe..96cf78f82 100644 --- a/src/content/docs/en/developers/verifying-smart-contracts.mdx +++ b/src/content/docs/en/developers/verifying-smart-contracts.mdx @@ -27,7 +27,7 @@ Most smart contract tooling has plugins for verifying your contracts easily on E ### Hardhat -First, modify `hardhat.config.ts` to point to Scroll's RPC and `sepolia-blockscout.scroll.io/api`. A dummy `apyKey` value is required, but anything works for its value. +First, modify `hardhat.config.ts` to point to Scroll's RPC and `sepolia-blockscout.scroll.io/api`. A dummy `apiKey` value is required, but anything works for its value. ```javascript ...