diff --git a/docs/DEPLOY_UPGRADE.md b/docs/DEPLOY_UPGRADE.md index 62c8152..a344236 100644 --- a/docs/DEPLOY_UPGRADE.md +++ b/docs/DEPLOY_UPGRADE.md @@ -22,12 +22,12 @@ NEW_SPG_IMPL_ADDR= # ``` -## Deployment +## Deployment Example -1. Run the [deployment script](script/Main.s.sol) with the following command: +1. Run the [deployment script](../script/deployment/Main.s.sol) with the following command: ```bash - forge script script/Main.s.sol:Main --rpc-url=$TESTNET_URL -vvvv --broadcast --priority-gas-price=1 --legacy --verify --verifier=$VERIFIER_NAME --verifier-url=$VERIFIER_URL + forge script script/deployment/Main.s.sol:Main --rpc-url=$TESTNET_URL -vvvv --broadcast --priority-gas-price=1 --legacy --verify --verifier=$VERIFIER_NAME --verifier-url=$VERIFIER_URL ``` 2. Set NFT beacon contract for workflow contracts using the admin account by calling `setNFTContractBeacon` with the following command: @@ -37,12 +37,12 @@ NEW_SPGNFT_IMPL_ADDR= #