Skip to content

Commit ccc04fb

Browse files
committed
feat: activate swaps on plasma
1 parent ffe0a90 commit ccc04fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ui-config/marketsConfig.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,11 @@ export const marketsData: {
466466
COLLECTOR: AaveV3Plasma.COLLECTOR,
467467
},
468468
enabledFeatures: {
469-
// liquiditySwap: true,
470-
// withdrawAndSwitch: true,
471-
// collateralRepay: true,
472-
// debtSwitch: true,
473-
// switch: true,
469+
liquiditySwap: true,
470+
withdrawAndSwitch: true,
471+
collateralRepay: true,
472+
debtSwitch: true,
473+
switch: true,
474474
},
475475
},
476476
[CustomMarket.proto_polygon_v3]: {

0 commit comments

Comments
 (0)