From 56ccf7dfb3fae9d2a0e9d0da0179ea79ce2332a1 Mon Sep 17 00:00:00 2001 From: STRONG <98174752+valhalla71@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:49:44 +0100 Subject: [PATCH] Update Justfile --- Justfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Justfile b/Justfile index 8c9a5f7..6cc92ee 100644 --- a/Justfile +++ b/Justfile @@ -103,3 +103,10 @@ clean-all: rm -rf artifacts cache forge clean rm -rf node_modules +run-challenge-4: + echo "Running the challenge 4 flow..." + just deploy base base + just sanity-check + just send-packet optimism + echo "Thank you for participating in Challenge!" + echo "Submit your evidence in the #proof channel in our Discord Server!"