Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down