Skip to content

Commit c2e8ff0

Browse files
committed
update config
1 parent 710cdc6 commit c2e8ff0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/swapService/config/avalanche.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { type ChainRoutingConfig, SwapperMode } from "../interface"
22
import {
33
StrategyBalmySDK,
4-
StrategyERC4626Wrapper,
54
StrategyElixir,
65
StrategyRepayWrapper,
76
} from "../strategies"
87

9-
const SAVUSD_AVALANCHE = "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E"
8+
// const SAVUSD_AVALANCHE = "a0x06d47F3fb376649c3A9Dafe069B3D6E35572219E"
109
const SDEUSD_AVALANCHE = "0x68088C91446c7bEa49ea7Dbd3B96Ce62B272DC96"
1110

1211
const avalancheRoutingConfig: ChainRoutingConfig = [
@@ -18,13 +17,6 @@ const avalancheRoutingConfig: ChainRoutingConfig = [
1817
swapperModes: [SwapperMode.EXACT_IN],
1918
},
2019
},
21-
// SPECIAL CASE
22-
{
23-
strategy: StrategyERC4626Wrapper.name(),
24-
match: {
25-
tokensInOrOut: [SAVUSD_AVALANCHE],
26-
},
27-
},
2820
{
2921
strategy: StrategyElixir.name(),
3022
match: {

0 commit comments

Comments
 (0)