Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeyTM committed Apr 17, 2024
1 parent 1b832da commit 5cc22f1
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions packages/hardhat-plugin/test/ui/pretty-event-handler.ts
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
import { assert } from "chai";

import { PrettyEventHandler } from "../../src/ui/pretty-event-handler";
import {
UiFuture,
UiFutureStatusType,
UiState,
UiStateDeploymentStatus,
} from "../../src/ui/types";

const exampleState: UiState = {
status: UiStateDeploymentStatus.DEPLOYING,
chainId: 31337,
moduleName: "ExampleModule",
deploymentDir: "/users/example",
batches: [],
currentBatch: 1,
result: null,
warnings: [],
isResumed: false,
maxFeeBumps: 0,
gasBumps: {},
strategy: null,
ledger: false,
ledgerMessage: "",
ledgerMessageIsDisplayed: false,
};

describe("ui - pretty event handler", () => {
describe("ledger", () => {
Expand Down

0 comments on commit 5cc22f1

Please sign in to comment.