Skip to content

Commit

Permalink
Merge pull request #123 from morpho-org/fix/use-relative-imports-liqu…
Browse files Browse the repository at this point in the history
…idation

use relative imports for blue ethers liquidation
  • Loading branch information
0x666c6f authored Oct 9, 2024
2 parents 0096b27 + 6c87361 commit 49fa77d
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { Address, ChainId } from "@morpho-org/blue-sdk";
import {
addresses,
contracts,
pendle,
usual,
} from "@morpho-org/blue-sdk-ethers-liquidation";
import { AbstractSigner, MaxUint256, Provider } from "ethers";
import { ExecutorEncoder } from "executooor";
import { addresses, contracts, pendle, usual } from "../src";

export class LiquidationEncoder extends ExecutorEncoder {
constructor(address: string, runner: AbstractSigner<Provider>) {
Expand Down

0 comments on commit 49fa77d

Please sign in to comment.