From 08141217035e042ee97564eb4ef09542ce566745 Mon Sep 17 00:00:00 2001 From: Kristina Nikolaeva <112946046+kristinaNikolaevaa@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:21:41 +0200 Subject: [PATCH] added network to clickfile (#416) --- clickfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clickfile.py b/clickfile.py index e122dd113e..6d414f3e2c 100755 --- a/clickfile.py +++ b/clickfile.py @@ -92,6 +92,7 @@ class EnvName(str, enum.Enum): GETH = "geth" TRACER_CI = "tracer_ci" CUSTOM = "custom" + DOCKER_NET = "docker_net" def green(s):