From 05d222ac7bdac6c4944fc672df09cce00ff3436b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:37:31 +0100 Subject: [PATCH] Add dracula-usdc-weth to the blind harvest list --- src/lib/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/config.ts b/src/lib/config.ts index 08fb7a1..d293af1 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -93,9 +93,10 @@ export const VAULT_IDS_WE_SHOULD_BLIND_HARVEST = [ 'moonwell-xcusdt', 'solarbeam-wstksm-xcksm', 'solarbeam-xckbtc-wbtc', - // this one has a broken last harvest time, it never updates + // these ones have a broken last harvest time on error, it never updates // so this is a workaround to make sure we do NOT harvest it every hour 'vesync-usdc-weth', + 'dracula-usdc-weth', ]; // those platforms are known to be slow to refill rewards so we give them a bit more time before we alert