Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 1d4d348

Browse files
fix(deps): update dependency @nomicfoundation/hardhat-ethers to ^3.0.9 (#41)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nomicfoundation/hardhat-ethers](https://redirect.github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-ethers) ([source](https://redirect.github.com/nomicfoundation/hardhat)) | [`^3.0.8` -> `^3.0.9`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ethers/3.0.8/3.0.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nomicfoundation%2fhardhat-ethers/3.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nomicfoundation%2fhardhat-ethers/3.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nomicfoundation%2fhardhat-ethers/3.0.8/3.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nomicfoundation%2fhardhat-ethers/3.0.8/3.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nomicfoundation/hardhat (@&#8203;nomicfoundation/hardhat-ethers)</summary> ### [`v3.0.9`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation/hardhat-ethers%403.0.9) [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-ethers@3.0.8...@nomicfoundation/hardhat-ethers@3.0.9) This release updates `ethers` to include its new Pectra support. ##### Changes - [`d77ecab`](https://redirect.github.com/nomicfoundation/hardhat/commit/d77ecab): Update ethers to v6.14.0 with Pectra support *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/divvi-xyz/divvi-token-contracts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 572bc25 commit 1d4d348

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@nomicfoundation/hardhat-chai-matchers": "^2.0.9",
55-
"@nomicfoundation/hardhat-ethers": "^3.0.8",
55+
"@nomicfoundation/hardhat-ethers": "^3.0.9",
5656
"@openzeppelin/contracts-upgradeable": "^5.3.0",
5757
"@openzeppelin/hardhat-upgrades": "^3.9.0",
5858
"@valora/secrets-loader": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@
987987
deep-eql "^4.0.1"
988988
ordinal "^1.0.3"
989989

990-
"@nomicfoundation/hardhat-ethers@^3.0.8":
991-
version "3.0.8"
992-
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.8.tgz#af078f566373abeb77e11cbe69fe3dd47f8bfc27"
993-
integrity sha512-zhOZ4hdRORls31DTOqg+GmEZM0ujly8GGIuRY7t7szEk2zW/arY1qDug/py8AEktT00v5K+b6RvbVog+va51IA==
990+
"@nomicfoundation/hardhat-ethers@^3.0.9":
991+
version "3.0.9"
992+
resolved "https://registry.yarnpkg.com/@nomicfoundation/hardhat-ethers/-/hardhat-ethers-3.0.9.tgz#a1fa5b123db39e4ee4ae86bee0e458e2b733ce02"
993+
integrity sha512-xBJdRUiCwKpr0OYrOzPwAyNGtsVzoBx32HFPJVv6S+sFA9TmBIBDaqNlFPmBH58ZjgNnGhEr/4oBZvGr4q4TjQ==
994994
dependencies:
995995
debug "^4.1.1"
996996
lodash.isequal "^4.5.0"

0 commit comments

Comments
 (0)