Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 23, 2023
1 parent cff9e71 commit b96ed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/setupHelper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import hre, { deployments, ethers } from "hardhat";
import { Wallet, Contract, BytesLike } from "ethers";
import { EntryPoint__factory } from "../../typechain-types";
import { VerifyingSingletonPaymaster__factory } from "../../../biconomy-paymasters/typechain-types";
import { VerifyingSingletonPaymaster__factory } from "../../biconomy-paymasters/typechain-types";
import type { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers";
import solc from "solc";

Expand Down

0 comments on commit b96ed17

Please sign in to comment.