From 0f767b8c69d6986d06c70eb4a1ed7cb33e235b5a Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Thu, 31 Oct 2024 18:25:39 +0530 Subject: [PATCH] fix: Add with-delegation strategies (#956) * fix: Add with-delegation strategies * fix: Add with-delegation strategies --- apps/ui/src/networks/offchain/api/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/ui/src/networks/offchain/api/index.ts b/apps/ui/src/networks/offchain/api/index.ts index 8e81877d2..b48f0d8dc 100644 --- a/apps/ui/src/networks/offchain/api/index.ts +++ b/apps/ui/src/networks/offchain/api/index.ts @@ -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';