mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
14 lines
278 B
Bash
14 lines
278 B
Bash
set -e
|
|
|
|
TARGET=$1
|
|
|
|
echo "Running Full Lens V2 Deployment on $TARGET environment"
|
|
|
|
bash script/run.sh LensV2UpgradeDeployment $TARGET
|
|
|
|
bash script/run.sh LensV1ChangeAdmins $TARGET s
|
|
|
|
bash script/run.sh LensV1ToV2Upgrade $TARGET
|
|
|
|
bash script/run.sh LensV2DeployPeriphery $TARGET
|