From 285402fbb081a0efbfeabf5833845cb95bb83f0c Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Thu, 31 Oct 2024 17:43:45 +0530 Subject: [PATCH] fix: Allow with-delegation strategies --- src/compute.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compute.ts b/src/compute.ts index 4bc37c4..8d75e73 100644 --- a/src/compute.ts +++ b/src/compute.ts @@ -20,7 +20,9 @@ const DELEGATION_STRATEGIES = [ 'delegation', 'erc20-balance-of-delegation', 'delegation-with-cap', - 'delegation-with-overrides' + 'delegation-with-overrides', + 'with-delegation', + 'erc20-balance-of-with-delegation' ]; const networkDelegationsCache = new Map();