Skip to content

Commit 25919be

Browse files
committed
update config
1 parent b66005b commit 25919be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swapService/config/sonic.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
const WSTKSCUSD_SONIC = "0x9fb76f7ce5FCeAA2C42887ff441D46095E494206"
88
const WSTKSCETH_SONIC = "0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47"
99
const WOS_SONIC = "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1"
10-
const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
10+
// const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
1111

1212
const sonicConfig: ChainRoutingConfig = [
1313
// WRAPPERS
@@ -44,7 +44,7 @@ const sonicConfig: ChainRoutingConfig = [
4444
{
4545
strategy: StrategyERC4626Wrapper.name(),
4646
match: {
47-
tokensInOrOut: [WSTKSCUSD_SONIC, WSTKSCETH_SONIC, WOS_SONIC, YUSD_SONIC],
47+
tokensInOrOut: [WSTKSCUSD_SONIC, WSTKSCETH_SONIC, WOS_SONIC],
4848
},
4949
},
5050
]

0 commit comments

Comments
 (0)