File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 7
7
const WSTKSCUSD_SONIC = "0x9fb76f7ce5FCeAA2C42887ff441D46095E494206"
8
8
const WSTKSCETH_SONIC = "0xE8a41c62BB4d5863C6eadC96792cFE90A1f37C47"
9
9
const WOS_SONIC = "0x9F0dF7799f6FDAd409300080cfF680f5A23df4b1"
10
+ const YUSD_SONIC = "0x4772D2e014F9fC3a820C444e3313968e9a5C8121"
10
11
11
12
const sonicConfig : ChainRoutingConfig = [
12
13
// WRAPPERS
@@ -18,6 +19,12 @@ const sonicConfig: ChainRoutingConfig = [
18
19
} ,
19
20
} ,
20
21
// DEFAULTS
22
+ {
23
+ strategy : StrategyERC4626Wrapper . name ( ) ,
24
+ match : {
25
+ tokensInOrOut : [ YUSD_SONIC ] ,
26
+ } ,
27
+ } ,
21
28
{
22
29
strategy : StrategyBalmySDK . name ( ) ,
23
30
config : {
Original file line number Diff line number Diff line change @@ -84,6 +84,13 @@ const defaultConfig: {
84
84
asset : "0xb1e25689D55734FD3ffFc939c4C3Eb52DFf8A794" ,
85
85
assetDustEVault : "0x1E1482E7Bc32cD085d7aF61F29019Ba372B63277" ,
86
86
} ,
87
+ {
88
+ chainId : 146 ,
89
+ protocol : "yUSD" ,
90
+ vault : "0x4772D2e014F9fC3a820C444e3313968e9a5C8121" ,
91
+ asset : "0x29219dd400f2Bf60E5a23d13Be72B486D4038894" ,
92
+ assetDustEVault : "0x4de31E9d79AFb2d1C3Eb62F19F6eDF9aFe95A193" ,
93
+ } ,
87
94
{
88
95
chainId : 1 ,
89
96
protocol : "sUSDS" ,
You can’t perform that action at this time.
0 commit comments