Skip to content

Commit

Permalink
Import ethers to solve type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Apr 8, 2024
1 parent 0f6f6f7 commit 06b5426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/BitcoinRedeemer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
encodeBytes32String,
ZeroAddress,
} from "ethers"
import { helpers } from "hardhat"
import { ethers, helpers } from "hardhat"

import type { HardhatEthersSigner } from "@nomicfoundation/hardhat-ethers/signers"
import { beforeAfterSnapshotWrapper, deployment } from "./helpers"
Expand Down

0 comments on commit 06b5426

Please sign in to comment.