Skip to content

Commit

Permalink
Fix linting problem in the account.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodarybacka committed Jan 16, 2024
1 parent 232b917 commit 7adb77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "@nomicfoundation/hardhat-ethers"

import { parseUnits, parseEther, Signer } from "ethers"
import type { HardhatRuntimeEnvironment } from "hardhat/types"
import { SignerWithAddress } from "@nomicfoundation/hardhat-ethers/signers";
import { SignerWithAddress } from "@nomicfoundation/hardhat-ethers/signers"

export type FundOptions = {
from: Signer
Expand Down

0 comments on commit 7adb77f

Please sign in to comment.