From d9ac128baa0a701631d037fbbca1bf60ef0e6bb6 Mon Sep 17 00:00:00 2001 From: Mark Hinschberger Date: Mon, 16 Sep 2024 05:22:00 -0400 Subject: [PATCH] fix: re enable debt swap [skip cypress] (#2182) --- src/ui-config/marketsConfig.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ui-config/marketsConfig.tsx b/src/ui-config/marketsConfig.tsx index d8b7fd695e..84c0a39c74 100644 --- a/src/ui-config/marketsConfig.tsx +++ b/src/ui-config/marketsConfig.tsx @@ -126,7 +126,7 @@ export const marketsData: { collateralRepay: true, incentives: true, withdrawAndSwitch: true, - debtSwitch: false, + debtSwitch: true, switch: true, }, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/Cd2gEDVeqnjBn1hSeqFMitw8Q1iiyV9FYUZkLNRcL87g`, @@ -216,7 +216,7 @@ export const marketsData: { liquiditySwap: true, collateralRepay: true, incentives: true, - debtSwitch: false, + debtSwitch: true, switch: true, }, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/8wR23o1zkS4gpLqLNU4kG3JHYVucqGyopL5utGxP2q1N`, @@ -279,7 +279,7 @@ export const marketsData: { liquiditySwap: true, incentives: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, }, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/H1Et77RZh3XEf27vkAmJyzgCME2RSFLtDS2f4PPW6CGp`, addresses: { @@ -304,7 +304,7 @@ export const marketsData: { liquiditySwap: true, incentives: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, switch: true, }, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/EZvK18pMhwiCjxwesRLTg81fP33WnR6BnZe5Cvma3H1C`, @@ -353,7 +353,7 @@ export const marketsData: { liquiditySwap: true, withdrawAndSwitch: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, switch: true, }, subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/GQFbb95cE6d8mV989mL5figjaGaKCQB3xqYrr1bRyXqF`, @@ -400,7 +400,7 @@ export const marketsData: { incentives: true, liquiditySwap: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, withdrawAndSwitch: true, switch: true, }, @@ -448,7 +448,7 @@ export const marketsData: { liquiditySwap: true, incentives: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, withdrawAndSwitch: true, switch: true, }, @@ -594,7 +594,7 @@ export const marketsData: { incentives: true, collateralRepay: true, liquiditySwap: true, - debtSwitch: false, + debtSwitch: true, withdrawAndSwitch: true, switch: true, }, @@ -623,7 +623,7 @@ export const marketsData: { liquiditySwap: true, incentives: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, withdrawAndSwitch: true, switch: true, }, @@ -706,7 +706,7 @@ export const marketsData: { enabledFeatures: { liquiditySwap: true, collateralRepay: true, - debtSwitch: false, + debtSwitch: true, withdrawAndSwitch: true, switch: true, },