From 5b70349650cbcb24316ff4e3ece5f04f17296cc0 Mon Sep 17 00:00:00 2001 From: Miguel Angel Rojo <29736144+freemanzMrojo@users.noreply.github.com> Date: Sat, 21 Feb 2026 16:28:27 +0000 Subject: [PATCH] Fix HEDERA_RPC_URL for local node configuration Signed-off-by: Miguel Angel Rojo <29736144+freemanzMrojo@users.noreply.github.com> --- ...uring-hardhat-with-hiero-local-node-a-step-by-step-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hedera/tutorials/smart-contracts/configuring-hardhat-with-hiero-local-node-a-step-by-step-guide.mdx b/hedera/tutorials/smart-contracts/configuring-hardhat-with-hiero-local-node-a-step-by-step-guide.mdx index 2553f79f..e26cc1a9 100644 --- a/hedera/tutorials/smart-contracts/configuring-hardhat-with-hiero-local-node-a-step-by-step-guide.mdx +++ b/hedera/tutorials/smart-contracts/configuring-hardhat-with-hiero-local-node-a-step-by-step-guide.mdx @@ -144,7 +144,7 @@ Before we make any changes to our Hardhat configuration file, let's set some con npx hardhat keystore set HEDERA_RPC_URL ``` -If you are using a local node, set the `HEDERA_RPC_URL` to `https://localhost:7546` +If you are using a local node, set the `HEDERA_RPC_URL` to `http://localhost:7546` If you are use Testnet set `HEDERA_RPC_URL` to `https://testnet.hashio.io/api`.