Skip to content

Commit 3635770

Browse files
committed
update config
1 parent 78e369d commit 3635770

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

src/swapService/config/sonic.ts

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const WSTKSCUSD_SONIC = "0x9fb76f7ce5FCeAA2C42887ff441D46095E494206"
88
const WSTKSCETH_SONIC = "0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47"
99
const WOS_SONIC = "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1"
1010
const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
11-
11+
const SCUSD_SONIC = "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE"
1212
const sonicConfig: ChainRoutingConfig = [
1313
// WRAPPERS
1414
{
@@ -42,7 +42,6 @@ const sonicConfig: ChainRoutingConfig = [
4242
tokensIn: [YUSD_SONIC],
4343
},
4444
},
45-
// DEFAULTS
4645
{
4746
strategy: StrategyBalmySDK.name(),
4847
config: {
@@ -63,6 +62,31 @@ const sonicConfig: ChainRoutingConfig = [
6362
],
6463
},
6564
},
65+
match: {
66+
tokensInOrOut: [SCUSD_SONIC],
67+
},
68+
},
69+
// DEFAULTS
70+
{
71+
strategy: StrategyBalmySDK.name(),
72+
config: {
73+
sourcesFilter: {
74+
includeSources: [
75+
"kyberswap",
76+
"paraswap",
77+
"odos",
78+
"1inch",
79+
"li-fi",
80+
"open-ocean",
81+
"uniswap",
82+
"0x",
83+
"magpie",
84+
"pendle",
85+
"enso",
86+
"okx-dex",
87+
],
88+
},
89+
},
6690
match: {
6791
excludeTokensInOrOut: [YUSD_SONIC],
6892
},

0 commit comments

Comments
 (0)