From fb567242d8ca1da5ce4813fc1102c4898ded53d5 Mon Sep 17 00:00:00 2001 From: Bharath Date: Thu, 5 Dec 2024 12:24:19 +0530 Subject: [PATCH] save --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index c285dfe4e..eafabd861 100644 --- a/justfile +++ b/justfile @@ -47,6 +47,7 @@ _crate_short_name crate quiet="": astria-conductor) short_name=conductor ;; astria-sequencer) short_name=sequencer ;; astria-sequencer-relayer) short_name=sequencer-relayer ;; + astria-auctioneer) short_name=auctioneer ;; *) echo "{{crate}} is not a supported binary" && exit 2 esac [ -z {{quiet}} ] && echo $short_name || true