Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Sep 29, 2023
1 parent 7e91e8c commit 0b04d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/factory/moduleDeployer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Provider } from "@ethersproject/providers";
import { ethers, Contract, Signer, BigNumber } from "ethers";
import { KnownContracts } from "./types";
import {
ContractAddresses,
ContractAbis,
Expand All @@ -8,8 +9,6 @@ import {
} from "../contracts";
import { ModuleProxyFactory__factory } from "../types";

import { KnownContracts } from "./types";

type ABI = any[] | readonly any[];

type TxAndExpectedAddress = {
Expand Down

0 comments on commit 0b04d6c

Please sign in to comment.