Skip to content

Commit 745ee8c

Browse files
chore(deps): bump @nomicfoundation/hardhat-ethers from 3.1.0 to 4.0.2
Bumps [@nomicfoundation/hardhat-ethers](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/ethers) from 3.1.0 to 4.0.2. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/[email protected]/v-next/ethers) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-ethers" dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3bcdf9 commit 745ee8c

File tree

4 files changed

+358
-267
lines changed

4 files changed

+358
-267
lines changed

apps/coordinator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@nestjs/swagger": "^11.2.0",
4646
"@nestjs/throttler": "^6.4.0",
4747
"@nestjs/websockets": "^11.1.6",
48-
"@nomicfoundation/hardhat-ethers": "^3.1.0",
48+
"@nomicfoundation/hardhat-ethers": "^4.0.2",
4949
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
5050
"@redis/client": "^5.8.3",
5151
"@zerodev/ecdsa-validator": "5.4.9",

apps/relayer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nestjs/swagger": "^11.2.0",
3838
"@nestjs/throttler": "^6.4.0",
3939
"@nestjs/websockets": "^11.1.6",
40-
"@nomicfoundation/hardhat-ethers": "^3.1.0",
40+
"@nomicfoundation/hardhat-ethers": "^4.0.2",
4141
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
4242
"class-transformer": "^0.5.1",
4343
"class-validator": "^0.14.2",

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"@maci-protocol/core": "^3.0.0",
226226
"@maci-protocol/crypto": "^3.0.0",
227227
"@maci-protocol/domainobjs": "^3.0.0",
228-
"@nomicfoundation/hardhat-ethers": "^3.1.0",
228+
"@nomicfoundation/hardhat-ethers": "^4.0.2",
229229
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
230230
"@nomicfoundation/hardhat-verify": "^2.1.0",
231231
"@openzeppelin/contracts": "^5.3.0",

0 commit comments

Comments
 (0)