Skip to content

Commit 7ade974

Browse files
github-actions[bot]kanej
authored andcommitted
Version Packages
1 parent a7e4215 commit 7ade974

File tree

14 files changed

+69
-55
lines changed

14 files changed

+69
-55
lines changed

.changeset/fair-garlics-open.md

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

.changeset/fair-hotels-enter.md

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

.changeset/puny-mangos-open-1.md

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

.changeset/puny-mangos-open-2.md

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

.changeset/puny-mangos-open-3.md

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

packages/hardhat-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# hardhat
22

3+
## 2.28.0
4+
5+
### Minor Changes
6+
7+
- 6f50b84: Changed default L1 hardfork to `osaka` ([@nomicfoundation/edr@0.12.0-next.17](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.12.0-next.17))
8+
9+
### Patch Changes
10+
11+
- c69b99d: Update default gas limit to take into account `osaka` transaction limit ([#7751](https://github.com/NomicFoundation/hardhat/issues/7751))
12+
- a7e4215: Update `solidity-coverage` minimum version to include Osaka changes
13+
- 6f50b84: Changed default OP stack hardfork to `isthmus` ([@nomicfoundation/edr@0.12.0-next.17](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.12.0-next.17))
14+
- 6f50b84: Fixed default transaction gas limit for post-Osaka hardforks in OP stack and generic chains ([@nomicfoundation/edr@0.12.0-next.17](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.12.0-next.17))
15+
316
## 2.27.2
417

518
### Patch Changes

packages/hardhat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.27.2",
3+
"version": "2.28.0",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-ethers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomiclabs/hardhat-ethers
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- c69b99d: Update default gas limit to take into account `osaka` transaction limit ([#7751](https://github.com/NomicFoundation/hardhat/issues/7751))
8+
39
## 3.1.2
410

511
### Patch Changes

packages/hardhat-ethers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-ethers",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Hardhat plugin for ethers",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-ethers",
66
"repository": {
@@ -66,7 +66,7 @@
6666
"eslint-plugin-mocha": "10.4.1",
6767
"eslint-plugin-prettier": "3.4.0",
6868
"ethers": "^6.14.0",
69-
"hardhat": "workspace:^2.26.0",
69+
"hardhat": "workspace:^2.28.0",
7070
"mocha": "^10.0.0",
7171
"picocolors": "^1.1.0",
7272
"prettier": "2.4.1",
@@ -77,6 +77,6 @@
7777
},
7878
"peerDependencies": {
7979
"ethers": "^6.14.0",
80-
"hardhat": "workspace:^2.26.0"
80+
"hardhat": "workspace:^2.28.0"
8181
}
8282
}

packages/hardhat-toolbox-viem/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-toolbox-viem
22

3+
## 4.1.2
4+
5+
### Patch Changes
6+
7+
- a7e4215: Update `solidity-coverage` minimum version to include Osaka changes
8+
39
## 4.1.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)