From a75e2a7dc836225135fe620f8b6f3ecb6dcd9af0 Mon Sep 17 00:00:00 2001 From: Thomas Cherret Date: Fri, 13 Dec 2024 16:33:14 +0100 Subject: [PATCH] automatic push --- src/components/Widgets/Widget.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Widgets/Widget.tsx b/src/components/Widgets/Widget.tsx index feb050df8..4903d8a82 100644 --- a/src/components/Widgets/Widget.tsx +++ b/src/components/Widgets/Widget.tsx @@ -149,11 +149,9 @@ export function Widget({ }, bridges: { allow: configTheme?.allowedBridges, - deny: ['allbridge', 'celerim', 'squid'], }, exchanges: { allow: configTheme?.allowedExchanges, - deny: ['paraswap', '0x'], }, languages: { default: i18n.language as LanguageKey,