Skip to content

Commit

Permalink
Merge pull request #179 from panditdhamdhere/patch-3
Browse files Browse the repository at this point in the history
Update hardhat.md with assignment operator(=)
  • Loading branch information
ivegabr authored Nov 29, 2024
2 parents 3e4a53b + 9a88b96 commit cec218a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/02-developers/04-quickstart/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ There are two ways to obtain RPC URLs:
After obtaining the RPC URLs, create a file named `.env` in your project's root directory (important: this file should not be committed to version control). Add the necessary environment variables to the `.env` file:
```
PRIVATE_KEY: Your private key (e.g., from your Metamask account details).
RSK_MAINNET_RPC_URL: The RPC URL for the Rootstock mainnet.
RSK_TESTNET_RPC_URL: The RPC URL for the Rootstock testnet.
PRIVATE_KEY= Your private key (e.g., from your Metamask account details).
RSK_MAINNET_RPC_URL= The RPC URL for the Rootstock mainnet.
RSK_TESTNET_RPC_URL= The RPC URL for the Rootstock testnet.
```

## Deploying an ERC721 Token Contract
Expand Down Expand Up @@ -137,4 +137,4 @@ The output will display the transaction details:
```bash
Transaction Hash: 0xa127ff008e20d8b3944cecb374f28535cd84555881cde157708ec5545603a4e4
Transaction confirmed
```
```

0 comments on commit cec218a

Please sign in to comment.