File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
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 ,
5
4
StrategyElixir ,
6
5
StrategyRepayWrapper ,
7
6
} from "../strategies"
8
7
9
- const SAVUSD_AVALANCHE = "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E "
8
+ // const SAVUSD_AVALANCHE = "a0x06d47F3fb376649c3A9Dafe069B3D6E35572219E "
10
9
const SDEUSD_AVALANCHE = "0x68088C91446c7bEa49ea7Dbd3B96Ce62B272DC96"
11
10
12
11
const avalancheRoutingConfig : ChainRoutingConfig = [
@@ -18,13 +17,6 @@ const avalancheRoutingConfig: ChainRoutingConfig = [
18
17
swapperModes : [ SwapperMode . EXACT_IN ] ,
19
18
} ,
20
19
} ,
21
- // SPECIAL CASE
22
- {
23
- strategy : StrategyERC4626Wrapper . name ( ) ,
24
- match : {
25
- tokensInOrOut : [ SAVUSD_AVALANCHE ] ,
26
- } ,
27
- } ,
28
20
{
29
21
strategy : StrategyElixir . name ( ) ,
30
22
match : {
You can’t perform that action at this time.
0 commit comments