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();