Skip to content

Commit

Permalink
feat: liq
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Nov 7, 2024
1 parent a82ec22 commit be6a622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/tasks/chain-specific/mode/liquidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,13 @@ task("mode:liquidation:set-redemption-strategies", "Set redemption strategy").se
await setOptimalSwapPath(viem, deployments, deployer as Address, {
inputToken: wbtcToken.underlying,
outputToken: usdtToken.underlying,
optimalPath: [wethToken.underlying, usdcToken.underlying, usdtToken.underlying]
optimalPath: [mbtcToken.underlying, wethToken.underlying, usdcToken.underlying, usdtToken.underlying]
});

await setOptimalSwapPath(viem, deployments, deployer as Address, {
inputToken: usdtToken.underlying,
outputToken: wbtcToken.underlying,
optimalPath: [usdcToken.underlying, wethToken.underlying, wbtcToken.underlying]
optimalPath: [usdcToken.underlying, wethToken.underlying, mbtcToken.underlying, wbtcToken.underlying]
});

await setOptimalSwapPath(viem, deployments, deployer as Address, {
Expand Down

0 comments on commit be6a622

Please sign in to comment.