File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -46,28 +46,28 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
46
46
match : { tokensInOrOut : [ CUSDOUSDC_CURVELP_MAINNET ] } ,
47
47
} ,
48
48
// eUSDe - first try through pendle or kyber. fallback to direct deposit
49
- {
50
- strategy : StrategyBalmySDK . name ( ) ,
51
- config : {
52
- sourcesFilter : {
53
- includeSources : [
54
- "kyberswap" ,
55
- "paraswap" ,
56
- "odos" ,
57
- "1inch" ,
58
- "li-fi" ,
59
- "open-ocean" ,
60
- "magpie" ,
61
- "enso" ,
62
- "pendle" ,
63
- "okx-dex" ,
64
- ] ,
65
- } ,
66
- } ,
67
- match : {
68
- tokensInOrOut : [ EUSDE_MAINNET ] ,
69
- } ,
70
- } ,
49
+ // {
50
+ // strategy: StrategyBalmySDK.name(),
51
+ // config: {
52
+ // sourcesFilter: {
53
+ // includeSources: [
54
+ // "kyberswap",
55
+ // "paraswap",
56
+ // "odos",
57
+ // "1inch",
58
+ // "li-fi",
59
+ // "open-ocean",
60
+ // "magpie",
61
+ // "enso",
62
+ // "pendle",
63
+ // "okx-dex",
64
+ // ],
65
+ // },
66
+ // },
67
+ // match: {
68
+ // tokensInOrOut: [EUSDE_MAINNET],
69
+ // },
70
+ // },
71
71
{
72
72
strategy : StrategyERC4626Wrapper . name ( ) ,
73
73
match : {
You can’t perform that action at this time.
0 commit comments