File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const WSTKSCUSD_SONIC = "0x9fb76f7ce5FCeAA2C42887ff441D46095E494206"
8
8
const WSTKSCETH_SONIC = "0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47"
9
9
const WOS_SONIC = "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1"
10
10
const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
11
-
11
+ const SCUSD_SONIC = "0xd3DCe716f3eF535C5Ff8d041c1A41C3bd89b97aE"
12
12
const sonicConfig : ChainRoutingConfig = [
13
13
// WRAPPERS
14
14
{
@@ -42,7 +42,6 @@ const sonicConfig: ChainRoutingConfig = [
42
42
tokensIn : [ YUSD_SONIC ] ,
43
43
} ,
44
44
} ,
45
- // DEFAULTS
46
45
{
47
46
strategy : StrategyBalmySDK . name ( ) ,
48
47
config : {
@@ -63,6 +62,31 @@ const sonicConfig: ChainRoutingConfig = [
63
62
] ,
64
63
} ,
65
64
} ,
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
+ } ,
66
90
match : {
67
91
excludeTokensInOrOut : [ YUSD_SONIC ] ,
68
92
} ,
You can’t perform that action at this time.
0 commit comments