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