Skip to content

Commit e1086da

Browse files
committed
🔁 Update to osaka
Signed-off-by: pcaversaccio <[email protected]>
1 parent 2fb56e5 commit e1086da

File tree

5 files changed

+65
-65
lines changed

5 files changed

+65
-65
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdeployer",
3-
"version": "3.1.19",
3+
"version": "3.1.20",
44
"description": "Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.",
55
"author": "Pascal Marco Caversaccio <[email protected]>",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"engines": {
2626
"node": ">=14.0.0"
2727
},
28-
"packageManager": "pnpm@10.25.0",
28+
"packageManager": "pnpm@10.26.0",
2929
"scripts": {
3030
"prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
3131
"prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
@@ -44,17 +44,17 @@
4444
],
4545
"devDependencies": {
4646
"@eslint/js": "^9.39.2",
47-
"@nomicfoundation/hardhat-ethers": "^3.1.2",
47+
"@nomicfoundation/hardhat-ethers": "^3.1.3",
4848
"@types/chai": "^4.3.20",
4949
"@types/fs-extra": "^11.0.4",
5050
"@types/mocha": "^10.0.10",
51-
"@types/node": "^25.0.1",
51+
"@types/node": "^25.0.2",
5252
"chai": "^4.5.0",
5353
"eslint": "^9.39.2",
5454
"eslint-config-prettier": "^10.1.8",
5555
"ethers": "^6.16.0",
5656
"globals": "^16.5.0",
57-
"hardhat": "^2.27.2",
57+
"hardhat": "^2.28.0",
5858
"mocha": "^11.7.5",
5959
"prettier": "^3.7.4",
6060
"prettier-plugin-solidity": "^2.2.0",
@@ -63,9 +63,9 @@
6363
"typescript-eslint": "^8.49.0"
6464
},
6565
"peerDependencies": {
66-
"@nomicfoundation/hardhat-ethers": "^3.1.2",
66+
"@nomicfoundation/hardhat-ethers": "^3.1.3",
6767
"ethers": "^6.16.0",
68-
"hardhat": "^2.27.2"
68+
"hardhat": "^2.28.0"
6969
},
7070
"pnpm": {
7171
"onlyBuiltDependencies": [

pnpm-lock.yaml

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixture-projects/hardhat-project-with-constructor/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: HardhatUserConfig = {
1111
enabled: true,
1212
runs: 999_999,
1313
},
14-
evmVersion: "paris", // Prevent using the `PUSH0` and `cancun` opcodes.
14+
evmVersion: "osaka",
1515
},
1616
},
1717
networks: {

test/fixture-projects/hardhat-project-without-constructor/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: HardhatUserConfig = {
1111
enabled: true,
1212
runs: 999_999,
1313
},
14-
evmVersion: "paris", // Prevent using the `PUSH0` and `cancun` opcodes.
14+
evmVersion: "osaka",
1515
},
1616
},
1717
networks: {

test/fixture-projects/sepolia-hoodi-project-with-constructor/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: HardhatUserConfig = {
1111
enabled: true,
1212
runs: 999_999,
1313
},
14-
evmVersion: "paris", // Prevent using the `PUSH0` and `cancun` opcodes.
14+
evmVersion: "osaka",
1515
},
1616
},
1717
networks: {

0 commit comments

Comments
 (0)