Skip to content

Commit

Permalink
cast note
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 29, 2024
1 parent a81801b commit a931f5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v2/scripts/deploy/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ To obtain the arguments, the following utility script can be used:
```
./scripts/utils/get_zrc20_info.sh <zrc20_address> <rpc>
```

Note: the script requires `cast` CLI (Foundry suite) to be installed.

The command prints the environment variable to put in the `.env` file to deploy the new contract.
Example:
```
Expand Down Expand Up @@ -125,7 +128,6 @@ After deployment, the following utility script allows to verify the ZRC20 has be
./scripts/utils/compare_zrc20_info.sh <base_contract> <reference_contract> <rpc>
```


## Deterministic deployments

Deployment scripts in `deterministic` uses create2 with Foundry (https://book.getfoundry.sh/tutorials/create2-tutorial) to perform deterministic deployment of contracts.
Expand Down

0 comments on commit a931f5a

Please sign in to comment.