From 5689f8e249840e36089fdc30ace66b947fba070c Mon Sep 17 00:00:00 2001 From: LaBoulange Date: Wed, 19 Jun 2024 13:47:51 +0200 Subject: [PATCH] tezos-constants.sh: Paric C protocol name --- usr/local/bin/tezos-constants.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/tezos-constants.sh b/usr/local/bin/tezos-constants.sh index 1f7bb08..97300ef 100755 --- a/usr/local/bin/tezos-constants.sh +++ b/usr/local/bin/tezos-constants.sh @@ -13,7 +13,7 @@ case "$BAKER_ARCH" in ;; esac -export PROTOCOL="PtParisC" +export PROTOCOL="PsParisC" export PROTOCOL_FORMER="PtParisB" export OCTEZ_DOWNLOAD_URL="https://gitlab.com/tezos/tezos/-/package_files/${GITLAB_PACKAGE_ID}/download"