Skip to content

Commit 1924a2f

Browse files
committed
refactor: upgradeTo instead of upgradeToAndCall in batcher payment service upgrade
1 parent 27f5385 commit 1924a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/scripts/upgrade_batcher_payment_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mv "$OUTPUT_PATH.temp" $OUTPUT_PATH
4141
# Delete the temporary file
4242
rm -f "$OUTPUT_PATH.temp"
4343

44-
data=$(cast calldata "upgradeToAndCall(address, bytes)" $batcher_payment_service_implementation "0x")
44+
data=$(cast calldata "upgradeTo(address)" $batcher_payment_service_implementation)
4545

4646
if [ "$MULTISIG" = false ]; then
4747
echo "Executing upgrade transaction"

0 commit comments

Comments
 (0)