Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Whytecrowe committed Nov 20, 2023
1 parent e9486a5 commit dc90936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/deploy/zns-campaign.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IDeployCampaignConfig, TLogger } from "./campaign/types";
import { IDeployCampaignConfig } from "./campaign/types";
import { HardhatDeployer } from "./deployer/hardhat-deployer";
import { DeployCampaign } from "./campaign/deploy-campaign";
import {
Expand Down
4 changes: 0 additions & 4 deletions test/DeployCampaign.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
} from "../src/deploy/missions/contracts";
import { znsNames } from "../src/deploy/missions/contracts/names";
import { IDeployCampaignConfig, TZNSContractState, TLogger } from "../src/deploy/campaign/types";
import { getLogger } from "../src/deploy/logger/create-logger";
import { runZnsCampaign } from "../src/deploy/zns-campaign";
import { MeowMainnet } from "../src/deploy/missions/contracts/meow-token/mainnet-data";
import { HardhatDeployer } from "../src/deploy/deployer/hardhat-deployer";
Expand Down Expand Up @@ -55,9 +54,6 @@ describe("Deploy Campaign Test", () => {

let mongoAdapter : MongoDBAdapter;

// TODO dep: move logger to runZNSCampaign()
const logger = getLogger();

before(async () => {
[deployAdmin, admin, governor, zeroVault, userA, userB] = await hre.ethers.getSigners();
});
Expand Down

0 comments on commit dc90936

Please sign in to comment.