From ccc04fbaf104585638115dd018dbe3d27f1efe2d 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 b56d8541e1..a27a6f3920 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]: {