From d2bae862d29bec8e409c2a44ee16639dd5308c8a Mon Sep 17 00:00:00 2001 From: Filip Dunder Date: Tue, 19 Mar 2024 09:17:39 +0100 Subject: [PATCH] fix: push updated env file --- .env.copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.copy b/.env.copy index b4292c5..9151800 100644 --- a/.env.copy +++ b/.env.copy @@ -9,5 +9,5 @@ SNIPE_LIST_REFRESH_INTERVAL=30000 CHECK_IF_MINT_IS_RENOUNCED=false AUTO_SELL=true MAX_SELL_RETRIES=5 -SELL_DELAY=1000 +AUTO_SELL_DELAY=1000 LOG_LEVEL=info \ No newline at end of file