File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ 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"
29
30
30
31
const mainnetRoutingConfig : ChainRoutingConfig = [
31
32
// WRAPPERS
@@ -55,7 +56,10 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
55
56
SUSP_MAINNET ,
56
57
SUSDF_MAINNET ,
57
58
] ,
58
- excludeTokensInOrOut : [ PT_WSTUSR_27MAR2025_MAINNET ] ,
59
+ excludeTokensInOrOut : [
60
+ PT_WSTUSR_27MAR2025_MAINNET ,
61
+ PT_EUSDE_29MAY_MAINNET ,
62
+ ] ,
59
63
} ,
60
64
} ,
61
65
// WUSDL with paraswap
You can’t perform that action at this time.
0 commit comments