Skip to content

Commit

Permalink
Update hardhat dev dep to 2.22.2 (EDR) (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke authored Apr 4, 2024
1 parent 66fda89 commit 011ee40
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 618 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"decache": "^4.5.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.19.5",
"hardhat": "^2.22.2",
"hardhat-gas-reporter": "^1.0.1",
"nyc": "^14.1.1",
"solc": "0.8.24"
Expand Down
4 changes: 2 additions & 2 deletions test/util/mochaRootHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const { createProvider } = require("hardhat/internal/core/providers/construction
const { resolveConfig } = require("hardhat/internal/core/config/config-resolution");
const { HARDHAT_NETWORK_NAME } = require("hardhat/plugins")

// Creates a shared, minimal HH provider for use in the unit tests
// Creates a minimal HH provider for use in the unit tests
exports.mochaHooks = {
beforeAll: async function() {
beforeEach: async function() {
const config = await resolveConfig("./", {});
this.provider = await createProvider(
config,
Expand Down
Loading

0 comments on commit 011ee40

Please sign in to comment.