Skip to content

Commit 07165c0

Browse files
committed
feat: debt swith adapters
1 parent 67a4efb commit 07165c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ui-config/marketsConfig.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const marketsData: {
151151
collateralRepay: true,
152152
incentives: true,
153153
withdrawAndSwitch: true,
154-
debtSwitch: false,
154+
debtSwitch: true,
155155
switch: true,
156156
},
157157
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/5vxMbXRhG1oQr55MWC5j6qg78waWujx1wjeuEWDA6j3`,
@@ -166,6 +166,7 @@ export const marketsData: {
166166
UI_INCENTIVE_DATA_PROVIDER: AaveV3EthereumLido.UI_INCENTIVE_DATA_PROVIDER,
167167
COLLECTOR: AaveV3Ethereum.COLLECTOR,
168168
WITHDRAW_SWITCH_ADAPTER: AaveV3EthereumLido.WITHDRAW_SWAP_ADAPTER,
169+
DEBT_SWITCH_ADAPTER: '0xd1B2dec98A95B773C4909B5CD8FB455F467A527f',
169170
},
170171
},
171172
[CustomMarket.proto_etherfi_v3]: {
@@ -181,7 +182,7 @@ export const marketsData: {
181182
collateralRepay: true,
182183
incentives: true,
183184
withdrawAndSwitch: true,
184-
debtSwitch: false,
185+
debtSwitch: true,
185186
switch: false,
186187
},
187188
subgraphUrl: `https://gateway-arbitrum.network.thegraph.com/api/${apiKey}/subgraphs/id/8o4HGApJkAqnvxAHShG4w5xiXihHyL7HkeDdQdRUYmqZ`,
@@ -196,6 +197,7 @@ export const marketsData: {
196197
UI_INCENTIVE_DATA_PROVIDER: AaveV3EthereumEtherFi.UI_INCENTIVE_DATA_PROVIDER,
197198
COLLECTOR: AaveV3EthereumEtherFi.COLLECTOR,
198199
WITHDRAW_SWITCH_ADAPTER: AaveV3EthereumEtherFi.WITHDRAW_SWAP_ADAPTER,
200+
DEBT_SWITCH_ADAPTER: '0x40ede12b44d98Fc4E53A2fB027D1BD1846e1690C',
199201
},
200202
},
201203
[CustomMarket.proto_mainnet]: {

0 commit comments

Comments
 (0)