From b7fe174ef0e7b3f93581dc49dda1f449b97eba93 Mon Sep 17 00:00:00 2001 From: Matty Date: Tue, 8 Oct 2024 11:19:07 -0700 Subject: [PATCH] Update .env.example.liquidator --- v3-keepers-ts/.env.example.liquidator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-keepers-ts/.env.example.liquidator b/v3-keepers-ts/.env.example.liquidator index f80ecbe..7457cd6 100644 --- a/v3-keepers-ts/.env.example.liquidator +++ b/v3-keepers-ts/.env.example.liquidator @@ -3,4 +3,4 @@ HELIUS_API_KEY= RPC_URL=https://mainnet.helius-rpc.com/?api-key=${HELIUS_API_KEY} INTERVAL=300 LIQUIDATOR_MARGIN_ACCOUNT= -COMMITMENT=finalized +COMMITMENT=confirmed