File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,12 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
99
99
swapperModes : [ SwapperMode . EXACT_IN ] ,
100
100
} ,
101
101
} ,
102
+ {
103
+ strategy : StrategyRedirectDepositWrapper . name ( ) ,
104
+ match : {
105
+ repayVaults : [ USUAL_USD0_VAULT_MAINNET ] ,
106
+ } ,
107
+ } ,
102
108
{
103
109
strategy : StrategyCombinedUniswap . name ( ) ,
104
110
match : {
@@ -108,13 +114,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
108
114
} ,
109
115
} ,
110
116
// 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
- } ,
118
117
// Binary search overswap for target debt
119
118
{
120
119
strategy : StrategyBalmySDK . name ( ) ,
You can’t perform that action at this time.
0 commit comments