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 a9d97b8 commit 2c65a0eCopy full SHA for 2c65a0e
src/swapService/config/mainnet.ts
@@ -50,7 +50,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
50
match: {
51
tokensInOrOut: [
52
WSTUSR_MAINNET,
53
- EUSDE_MAINNET,
54
SUSP_MAINNET,
55
SUSDF_MAINNET,
56
SUSPS_MAINNET,
@@ -143,6 +142,12 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
143
142
swapperModes: [SwapperMode.TARGET_DEBT],
144
},
145
+ {
146
+ strategy: StrategyERC4626Wrapper.name(),
147
+ match: {
148
+ tokensInOrOut: [EUSDE_MAINNET],
149
+ },
150
151
]
152
153
export default mainnetRoutingConfig
0 commit comments