File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { type ChainRoutingConfig , SwapperMode } from "../interface"
2
2
import {
3
3
StrategyBalmySDK ,
4
+ StrategyERC4626Wrapper ,
4
5
StrategyElixir ,
5
6
StrategyRepayWrapper ,
6
7
} from "../strategies"
7
8
8
9
// const SAVUSD_AVALANCHE = "a0x06d47F3fb376649c3A9Dafe069B3D6E35572219E"
9
10
const SDEUSD_AVALANCHE = "0x68088C91446c7bEa49ea7Dbd3B96Ce62B272DC96"
11
+ const XUSDC_AVALANCHE = "0xA39986F96B80d04e8d7AeAaF47175F47C23FD0f4"
10
12
11
13
const avalancheRoutingConfig : ChainRoutingConfig = [
12
14
// WRAPPERS
@@ -23,7 +25,12 @@ const avalancheRoutingConfig: ChainRoutingConfig = [
23
25
tokensInOrOut : [ SDEUSD_AVALANCHE ] ,
24
26
} ,
25
27
} ,
26
-
28
+ {
29
+ strategy : StrategyERC4626Wrapper . name ( ) ,
30
+ match : {
31
+ tokensInOrOut : [ XUSDC_AVALANCHE ] ,
32
+ } ,
33
+ } ,
27
34
// DEFAULTS
28
35
{
29
36
strategy : StrategyBalmySDK . name ( ) ,
Original file line number Diff line number Diff line change @@ -133,6 +133,13 @@ const defaultConfig: {
133
133
asset : "0xB57B25851fE2311CC3fE511c8F10E868932e0680" ,
134
134
assetDustEVault : "0x1FF92f8C033a365de2d82d390a1799AbFCaD7394" ,
135
135
} ,
136
+ {
137
+ chainId : 43114 ,
138
+ protocol : "xUSDC" ,
139
+ vault : "0xA39986F96B80d04e8d7AeAaF47175F47C23FD0f4" ,
140
+ asset : "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" ,
141
+ assetDustEVault : "0xf524d75b7Fedf6301996A21337FFA45D330e60EF" ,
142
+ } ,
136
143
] ,
137
144
}
138
145
Original file line number Diff line number Diff line change 144
144
"logoURI" : " /tokens/43114/solvBTCBBN.webp" ,
145
145
"meta" : {}
146
146
},
147
+ {
148
+ "addressInfo" : " 0xA39986F96B80d04e8d7AeAaF47175F47C23FD0f4" ,
149
+ "chainId" : 43114 ,
150
+ "name" : " xUSDC" ,
151
+ "symbol" : " xUSDC" ,
152
+ "decimals" : 6 ,
153
+ "logoURI" : " /tokens/43114/empty-token.svg" ,
154
+ "meta" : {}
155
+ },
147
156
{
148
157
"addressInfo" : " 0x9ceeD3A7f753608372eeAb300486cc7c2F38AC68" ,
149
158
"chainId" : 43114 ,
You can’t perform that action at this time.
0 commit comments