From 44db8432c910da5c4e471a85b732b068a6fbd546 Mon Sep 17 00:00:00 2001 From: Martin Grabina Date: Wed, 10 Dec 2025 10:06:03 -0300 Subject: [PATCH] feat: activate swaps on plasma --- src/ui-config/marketsConfig.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ui-config/marketsConfig.tsx b/src/ui-config/marketsConfig.tsx index df09e13cd4..88888e3808 100644 --- a/src/ui-config/marketsConfig.tsx +++ b/src/ui-config/marketsConfig.tsx @@ -466,11 +466,11 @@ export const marketsData: { COLLECTOR: AaveV3Plasma.COLLECTOR, }, enabledFeatures: { - // liquiditySwap: true, - // withdrawAndSwitch: true, - // collateralRepay: true, - // debtSwitch: true, - // switch: true, + liquiditySwap: true, + withdrawAndSwitch: true, + collateralRepay: true, + debtSwitch: true, + switch: true, }, }, [CustomMarket.proto_polygon_v3]: {