Skip to content

Commit 2c65a0e

Browse files
committed
update config
1 parent a9d97b8 commit 2c65a0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/swapService/config/mainnet.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5050
match: {
5151
tokensInOrOut: [
5252
WSTUSR_MAINNET,
53-
EUSDE_MAINNET,
5453
SUSP_MAINNET,
5554
SUSDF_MAINNET,
5655
SUSPS_MAINNET,
@@ -143,6 +142,12 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
143142
swapperModes: [SwapperMode.TARGET_DEBT],
144143
},
145144
},
145+
{
146+
strategy: StrategyERC4626Wrapper.name(),
147+
match: {
148+
tokensInOrOut: [EUSDE_MAINNET],
149+
},
150+
},
146151
]
147152

148153
export default mainnetRoutingConfig

0 commit comments

Comments
 (0)