Skip to content

Commit

Permalink
feat/adding correct OZ import
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasGuaquetaRSK committed Oct 15, 2024
1 parent b330fb2 commit 1a58d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02-developers/04-quickstart/foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cd rootstock-foundry-starterkit
Install all required dependencies using forge:

```bash
forge install OpenZeppelin/openzeppelin-contracts
forge install openzeppelin-contracts-05=OpenZeppelin/openzeppelin-contracts@v2.5.0 openzeppelin-contracts-06=OpenZeppelin/openzeppelin-contracts@v3.4.0 openzeppelin-contracts-08=OpenZeppelin/openzeppelin-contracts@v4.8.3 --no-commit
```

### Obtain Rootstock Testnet and Mainnet RPC URLs
Expand All @@ -81,7 +81,7 @@ There are two ways to obtain RPC URLs:

### Adding environment variables to your project

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:
After obtaining the RPC URLs, create a file named `.env` in your project's root directory `/.env` at the same level of `.env.example` file (important: this file should not be committed to version control). Add the next environment variable to the `.env` file:
```
PRIVATE_KEY: Your private key (e.g., from your Metamask account details).
```
Expand Down

0 comments on commit 1a58d03

Please sign in to comment.