diff --git a/v2/scripts/deploy/readme.md b/v2/scripts/deploy/readme.md index b4486bd3..cdcbe3bb 100644 --- a/v2/scripts/deploy/readme.md +++ b/v2/scripts/deploy/readme.md @@ -96,6 +96,9 @@ To obtain the arguments, the following utility script can be used: ``` ./scripts/utils/get_zrc20_info.sh ``` + +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: ``` @@ -125,7 +128,6 @@ After deployment, the following utility script allows to verify the ZRC20 has be ./scripts/utils/compare_zrc20_info.sh ``` - ## Deterministic deployments Deployment scripts in `deterministic` uses create2 with Foundry (https://book.getfoundry.sh/tutorials/create2-tutorial) to perform deterministic deployment of contracts.