From e982520175299318da12f22830bcf92dd0ff3a4c Mon Sep 17 00:00:00 2001 From: Ameesha Agrawal Date: Mon, 16 Sep 2024 20:43:23 +0530 Subject: [PATCH] fix: remove waffle --- hardhat.config.ts | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 8d9051f1..59842c73 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -1,4 +1,3 @@ -import "@nomiclabs/hardhat-waffle"; import "@nomiclabs/hardhat-ethers"; import "@nomiclabs/hardhat-etherscan"; import "@typechain/hardhat"; diff --git a/package.json b/package.json index af9f047a..f71c9c74 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "@maticnetwork/maticjs-ethers": "^1.0.2", "@nomiclabs/hardhat-ethers": "^2.1.1", "@nomiclabs/hardhat-etherscan": "^3.1.0", - "@nomiclabs/hardhat-waffle": "^2.0.3", "@socket.tech/dl-core": "2.17.0-test.3", "@socket.tech/dl-common": "1.0.4-test.11", "@typechain/ethers-v5": "^10.0.0",