Skip to content

Commit 94d79a8

Browse files
committed
update config
1 parent 4569880 commit 94d79a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/swapService/config/mainnet.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
7878
tokensInOrOut: [WUSDL_MAINNET],
7979
},
8080
},
81+
{
82+
strategy: StrategyMidas.name(),
83+
match: {},
84+
},
8185
// DEFAULTS
8286
{
8387
strategy: StrategyBalmySDK.name(),
@@ -116,10 +120,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
116120
},
117121
},
118122
// FALLBACKS
119-
{
120-
strategy: StrategyMidas.name(),
121-
match: {},
122-
},
123123
// Binary search overswap for target debt
124124
{
125125
strategy: StrategyBalmySDK.name(),

0 commit comments

Comments
 (0)