Skip to content

Commit

Permalink
fix(liquidation-sdk-viem): fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
0x666c6f committed Oct 24, 2024
1 parent ac12b8b commit b3bcad5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ import {
} from "@morpho-org/blue-sdk-viem";
import {
Flashbots,
type LiquidationEncoder,
LiquidationEncoder,
curvePools,
curveStableSwapNGAbi,
mainnetAddresses,
} from "@morpho-org/liquidation-sdk-viem";
import { type AnvilTestClient, testAccount } from "@morpho-org/test-viem";
import { encodeFunctionData, erc20Abi, maxUint256, parseUnits } from "viem";
Expand Down

0 comments on commit b3bcad5

Please sign in to comment.