Skip to content

Commit

Permalink
Update docs/02-developers/04-quickstart/foundry.md
Browse files Browse the repository at this point in the history
Co-authored-by: Owanate Amachree <[email protected]>
  • Loading branch information
SebasGuaquetaRSK and owans authored Oct 11, 2024
1 parent 135c808 commit 381365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-developers/04-quickstart/foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Ran 1 test suite in 143.90ms (8.73ms CPU time): 2 tests passed, 0 failed, 0 skip
## Deploying an ERC20 Token Contract
This section deploys an ERC20 token contract (fungible token) on the Rootstock network. This contract is located at `src/Erc20Token.sol` file, it uses the script located at `script/Deploy.s.sol` for this operation.

Run the following command, replacing `https://public-node.testnet.rsk.co` with either `rskTestnet` or `rskMainnet` rpc url if you have, depending on your desired deployment environment:
Run the following command, replacing `https://public-node.testnet.rsk.co` with either `rskTestnet` or `rskMainnet` rpc url if you have the testnet and mainnet environments configured for your desired deployment environment, for this guide, we will use the public node url:

```bash
forge script script/Deploy.s.sol --rpc-url https://public-node.testnet.rsk.co --broadcast --legacy
Expand Down

0 comments on commit 381365c

Please sign in to comment.