Skip to content

Commit

Permalink
fix: Allow with-delegation strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Oct 31, 2024
1 parent 63fd0ac commit 285402f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, NetworkCache>();
Expand Down

0 comments on commit 285402f

Please sign in to comment.