Skip to content

Commit

Permalink
fix(liquidation-sdk-viem): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0x666c6f committed Oct 24, 2024
1 parent f46dede commit 1316684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/liquidation-sdk-viem/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from "./flashbots.js";
export * from "./LiquidationEncoder.js";
export * from "./swap/index.js";
export * from "./tokens/index.js";
export * from "./abis.js";
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import {
mainnetAddresses,
} from "@morpho-org/liquidation-sdk-viem";
import { type AnvilTestClient, testAccount } from "@morpho-org/test-viem";
import { curveStableSwapNGAbi } from "src/abis.js";
import { encodeFunctionData, erc20Abi, maxUint256, parseUnits } from "viem";
import type { mainnet } from "viem/chains";
import { afterEach, beforeEach, describe, expect, vi } from "vitest";
Expand Down

0 comments on commit 1316684

Please sign in to comment.