mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 06:38:05 -05: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
|