File tree Expand file tree Collapse file tree 1 file changed +24
-5
lines changed Expand file tree Collapse file tree 1 file changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ const CUSDOUSDC_CURVELP_MAINNET = "0x90455bd11Ce8a67C57d467e634Dc142b8e4105Aa"
26
26
const USUAL_USD0_VAULT_MAINNET = "0xd001f0a15D272542687b2677BA627f48A4333b5d"
27
27
const SUSP_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
28
28
const SUSDF_MAINNET = "0xc8CF6D7991f15525488b2A83Df53468D682Ba4B0"
29
- const PT_EUSDE_29MAY_MAINNET = "0x50D2C7992b802Eef16c04FeADAB310f31866a545"
30
29
31
30
const mainnetRoutingConfig : ChainRoutingConfig = [
32
31
// WRAPPERS
@@ -46,6 +45,29 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
46
45
strategy : StrategyCurveLPNG . name ( ) ,
47
46
match : { tokensInOrOut : [ CUSDOUSDC_CURVELP_MAINNET ] } ,
48
47
} ,
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
71
{
50
72
strategy : StrategyERC4626Wrapper . name ( ) ,
51
73
match : {
@@ -56,10 +78,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
56
78
SUSP_MAINNET ,
57
79
SUSDF_MAINNET ,
58
80
] ,
59
- excludeTokensInOrOut : [
60
- PT_WSTUSR_27MAR2025_MAINNET ,
61
- PT_EUSDE_29MAY_MAINNET ,
62
- ] ,
81
+ excludeTokensInOrOut : [ PT_WSTUSR_27MAR2025_MAINNET ] ,
63
82
} ,
64
83
} ,
65
84
// WUSDL with paraswap
You can’t perform that action at this time.
0 commit comments