Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Mar 31, 2021
1 parent ec42fb7 commit e6e1099
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Address } from "ethereumjs-util";

import { InternalError } from "../errors";

// tslint:disable-file only-hardhat-error
// tslint:disable only-hardhat-error

/**
* This class represents a transaction sent by a sender whose private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Address } from "ethereumjs-util";

import { InternalError } from "../errors";

// tslint:disable-file only-hardhat-error
// tslint:disable only-hardhat-error

/**
* This class represents a transaction that is assumed to be valid.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
ForkedNodeConfig,
NodeConfig,
} from "../../../../src/internal/hardhat-network/provider/node-types";
import { FakeSenderTransaction } from "../../../../src/internal/hardhat-network/provider/transactions/FakeSenderTransaction";
import { getCurrentTimestamp } from "../../../../src/internal/hardhat-network/provider/utils/getCurrentTimestamp";
import { makeForkClient } from "../../../../src/internal/hardhat-network/provider/utils/makeForkClient";
import { ALCHEMY_URL } from "../../../setup";
Expand All @@ -28,7 +29,6 @@ import {
DEFAULT_NETWORK_ID,
DEFAULT_NETWORK_NAME,
} from "../helpers/providers";
import { FakeSenderTransaction } from "../../../../src/internal/hardhat-network/provider/transactions/FakeSenderTransaction";

// tslint:disable no-string-literal

Expand Down

0 comments on commit e6e1099

Please sign in to comment.