Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 13, 2024
1 parent 722a762 commit e771f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions src/lib/safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import {
getSafeModuleSetupDeployment,
} from "@safe-global/safe-modules-deployments";
import { PLACEHOLDER_SIG, packGas, packPaymasterData } from "../util";
import {
GasPrice,
PaymasterData,
UnsignedUserOperation,
UserOperation,
} from "../types";
import { GasPrice, UnsignedUserOperation, UserOperation } from "../types";
import { MetaTransaction } from "ethers-multisend";

/**
Expand Down
4 changes: 2 additions & 2 deletions src/tx-manager.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { ethers } from "ethers";
import { NearEthAdapter, MpcContract, NearEthTxData, toPayload } from "near-ca";
import { NearEthAdapter, MpcContract, NearEthTxData } from "near-ca";
import { Erc4337Bundler } from "./lib/bundler";
import { packSignature } from "./util";
import { getNearSignature } from "./lib/near";
import { Hex, UserOperation, UserOperationReceipt, UserOptions } from "./types";
import { UserOperation, UserOperationReceipt } from "./types";
import { MetaTransaction, encodeMulti } from "ethers-multisend";
import { ContractSuite } from "./lib/safe";
import { Account } from "near-api-js";
Expand Down

0 comments on commit e771f46

Please sign in to comment.