We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4569880 commit 94d79a8Copy full SHA for 94d79a8
src/swapService/config/mainnet.ts
@@ -78,6 +78,10 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
78
tokensInOrOut: [WUSDL_MAINNET],
79
},
80
81
+ {
82
+ strategy: StrategyMidas.name(),
83
+ match: {},
84
+ },
85
// DEFAULTS
86
{
87
strategy: StrategyBalmySDK.name(),
@@ -116,10 +120,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
116
120
117
121
118
122
// FALLBACKS
119
- {
- strategy: StrategyMidas.name(),
- match: {},
- },
123
// Binary search overswap for target debt
124
125
0 commit comments