From 73267d0a60e5479efb4ebb87750bcd464ba36266 Mon Sep 17 00:00:00 2001 From: onasilos Date: Wed, 18 Dec 2024 22:24:50 +0300 Subject: [PATCH] docs: typo Update hardhat.md (#1390) --- apps/base-docs/docs/tools/hardhat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/docs/tools/hardhat.md b/apps/base-docs/docs/tools/hardhat.md index 1065a66506..2b8b445b6a 100644 --- a/apps/base-docs/docs/tools/hardhat.md +++ b/apps/base-docs/docs/tools/hardhat.md @@ -41,7 +41,7 @@ networks: { accounts: [process.env.PRIVATE_KEY as string], gasPrice: 1000000000, }, - // for Sepolia testnet + // for Base Sepolia testnet "base-sepolia": { url: "https://sepolia.base.org", accounts: [process.env.PRIVATE_KEY as string],