Skip to content

Commit 3b49b3b

Browse files
authored
Merge pull request #423 from kleros/chore/update-hardhat-toolchain
chore: update hardhat toolchain
2 parents b11b578 + 8acdbcc commit 3b49b3b

File tree

4 files changed

+1223
-1308
lines changed

4 files changed

+1223
-1308
lines changed

contracts/hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import "hardhat-deploy-ethers";
1111
import "hardhat-watcher";
1212
import "hardhat-contract-sizer";
1313
import "hardhat-tracer";
14+
import "@nomicfoundation/hardhat-chai-matchers";
1415

1516
dotenv.config();
1617

contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@
8181
"@typescript-eslint/eslint-plugin": "^5.59.1",
8282
"@typescript-eslint/parser": "^5.59.1",
8383
"chai": "^4.5.0",
84-
"chai-ethers": "^0.0.1",
8584
"dotenv": "^16.4.5",
8685
"ethereumjs-util": "^7.1.5",
8786
"ethers": "^6.13.5",
8887
"hardhat": "2.22.19",
8988
"hardhat-contract-sizer": "^2.10.0",
90-
"hardhat-deploy": "^0.14.0",
89+
"hardhat-deploy": "^1.0.2",
9190
"hardhat-deploy-ethers": "^0.4.2",
9291
"hardhat-deploy-tenderly": "^0.2.1",
9392
"hardhat-gas-reporter": "^2.2.2",

contracts/test/chai-setup.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)