File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ forge_output=$(forge script script/upgrade/AggregationModePaymentServiceUpgrader
2424 --private-key " 0x4bbbf85ce3377467afe5d46f804f221813b2bb87f24d81f60f1fcdbf7cbf4356" \
2525 --broadcast \
2626 --legacy \
27- --verify \
2827 --sig " run(string memory alignedLayerDeploymentFilePath)" )
2928
3029echo " $forge_output "
@@ -33,7 +32,7 @@ echo "$forge_output"
3332aggregation_mode_payment_service_proxy=$( echo " $forge_output " | awk ' /0: address/ {print $3}' )
3433aggregation_mode_payment_service_implementation=$( echo " $forge_output " | awk ' /1: address/ {print $3}' )
3534
36- data=$( cast calldata " upgradeToAndCall (address, bytes )" $aggregation_mode_payment_service_implementation " 0x " )
35+ data=$( cast calldata " upgradeTo (address)" $aggregation_mode_payment_service_implementation )
3736
3837MULTISIG=false # hardcoding non-multisig for devnet
3938if [ " $MULTISIG " = false ]; then
You can’t perform that action at this time.
0 commit comments