Skip to content

Commit a7f3c46

Browse files
committed
update config
1 parent b30c5f7 commit a7f3c46

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/swapService/config/mainnet.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
9999
swapperModes: [SwapperMode.EXACT_IN],
100100
},
101101
},
102+
{
103+
strategy: StrategyRedirectDepositWrapper.name(),
104+
match: {
105+
repayVaults: [USUAL_USD0_VAULT_MAINNET],
106+
},
107+
},
102108
{
103109
strategy: StrategyCombinedUniswap.name(),
104110
match: {
@@ -108,13 +114,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
108114
},
109115
},
110116
// FALLBACKS
111-
// If exact out for Usual's USD0 repay doesn't work, over swap with deposit to escrow
112-
{
113-
strategy: StrategyRedirectDepositWrapper.name(),
114-
match: {
115-
repayVaults: [USUAL_USD0_VAULT_MAINNET],
116-
},
117-
},
118117
// Binary search overswap for target debt
119118
{
120119
strategy: StrategyBalmySDK.name(),

0 commit comments

Comments
 (0)