Skip to content

Commit

Permalink
fix: Add with-delegation strategies (#956)
Browse files Browse the repository at this point in the history
* fix: Add with-delegation strategies

* fix: Add with-delegation strategies
  • Loading branch information
ChaituVR authored Oct 31, 2024
1 parent f9082ca commit 0f767b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/ui/src/networks/offchain/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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 DELEGATE_REGISTRY_URL = 'https://delegate-registry-api.snapshot.box';
Expand Down

0 comments on commit 0f767b8

Please sign in to comment.