Skip to content

Commit

Permalink
fix: issue with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed May 16, 2024
1 parent 5dad8cc commit 33045a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "@nomicfoundation/hardhat-chai-matchers";
import { expect } from "chai";
import { ethers } from "hardhat";
import { ethers } from "ethers";
import { getWallet, LOCAL_RICH_WALLETS, deployContract } from "../deploy/utils";

describe("CrowdfundingCampaign", function () {
Expand Down

0 comments on commit 33045a1

Please sign in to comment.