Skip to content

Commit 2af26fb

Browse files
chore(deps): update dependency @nomicfoundation/hardhat-toolbox-viem to v4 (#154)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-toolbox-viem](https://redirect.github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-toolbox-viem) ([source](https://redirect.github.com/nomicfoundation/hardhat)) | dependencies | major | [`3.0.0` -> `4.1.0`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-toolbox-viem/3.0.0/4.1.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomicfoundation/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomicfoundation/hardhat) | --- ### Release Notes <details> <summary>nomicfoundation/hardhat (@&#8203;nomicfoundation/hardhat-toolbox-viem)</summary> ### [`v4.1.0`](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) ### [`v4.0.0`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation/hardhat-toolbox-viem%404.0.0) [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) This release upgrades `hardhat-gas-reporter` to v2 within the Hardhat viem toolbox. ##### Changes - [`94b36b0`](https://redirect.github.com/nomicfoundation/hardhat/commit/94b36b0): Upgrade hardhat-gas-reporter to v2 on both toolboxes ([#&#8203;6886](https://redirect.github.com/NomicFoundation/hardhat/pull/6886)) *** > 💡 **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 - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/settlemint/solidity-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c2acaf commit 2af26fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@graphprotocol/graph-ts": "0.38.0",
99
"@nomicfoundation/hardhat-foundry": "1.2.0",
1010
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
11-
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
11+
"@nomicfoundation/hardhat-toolbox-viem": "4.1.0",
1212
"@nomiclabs/hardhat-solhint": "4.1.0",
1313
"@openzeppelin/subgraphs": "0.1.8-5",
1414
"hardhat": "2.26.1",
@@ -216,7 +216,7 @@
216216

217217
"@nomicfoundation/hardhat-network-helpers": ["@nomicfoundation/[email protected]", "", { "dependencies": { "ethereumjs-util": "^7.1.4" }, "peerDependencies": { "hardhat": "^2.9.5" } }, "sha512-xTNQNI/9xkHvjmCJnJOTyqDSl8uq1rKb2WOVmixQxFtRd7Oa3ecO8zM0cyC2YmOK+jHB9WPZ+F/ijkHg1CoORA=="],
218218

219-
"@nomicfoundation/hardhat-toolbox-viem": ["@nomicfoundation/hardhat-toolbox-viem@3.0.0", "", { "dependencies": { "chai-as-promised": "^7.1.1" }, "peerDependencies": { "@nomicfoundation/hardhat-ignition-viem": "^0.15.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", "@nomicfoundation/hardhat-viem": "^2.0.0", "@types/chai": "^4.2.0", "@types/chai-as-promised": "^7.1.6", "@types/mocha": ">=9.1.0", "@types/node": ">=18.0.0", "chai": "^4.2.0", "hardhat": "^2.11.0", "hardhat-gas-reporter": "^1.0.8", "solidity-coverage": "^0.8.1", "ts-node": ">=8.0.0", "typescript": "^5.0.4", "viem": "^2.7.6" } }, "sha512-cr+aRozCtTwaRz5qc9OVY1kegWrnVwyhHZonICmlcm21cvJ31uvJnuPG688tMbjUvwRDw8tpZYZK0kI5M+4CKg=="],
219+
"@nomicfoundation/hardhat-toolbox-viem": ["@nomicfoundation/hardhat-toolbox-viem@4.1.0", "", { "dependencies": { "chai-as-promised": "^7.1.1" }, "peerDependencies": { "@nomicfoundation/hardhat-ignition-viem": "^0.15.13", "@nomicfoundation/hardhat-network-helpers": "^1.1.0", "@nomicfoundation/hardhat-verify": "^2.1.0", "@nomicfoundation/hardhat-viem": "^2.1.0", "@types/chai": "^4.2.0", "@types/chai-as-promised": "^7.1.6", "@types/mocha": ">=9.1.0", "@types/node": ">=20.0.0", "chai": "^4.2.0", "hardhat": "^2.26.0", "hardhat-gas-reporter": "^2.3.0", "solidity-coverage": "^0.8.1", "ts-node": ">=8.0.0", "typescript": "^5.0.4", "viem": "^2.7.6" } }, "sha512-B++V/JBaxHxfwUVdWipUrttdtcCm+1YP7fFxowuzfJZ+S2E9td8LntIYRgpRxaUZP9T3vsUfD2XWvZrfCuYslg=="],
220220

221221
"@nomicfoundation/hardhat-verify": ["@nomicfoundation/[email protected]", "", { "dependencies": { "@ethersproject/abi": "^5.1.2", "@ethersproject/address": "^5.0.2", "cbor": "^8.1.0", "debug": "^4.1.1", "lodash.clonedeep": "^4.5.0", "picocolors": "^1.1.0", "semver": "^6.3.0", "table": "^6.8.0", "undici": "^5.14.0" }, "peerDependencies": { "hardhat": "^2.0.4" } }, "sha512-Lg3Nu7DCXASQRVI/YysjuAX2z8jwOCbS0w5tz2HalWGSTZThqA0v9N0v0psHbKNqzPJa8bNOeapIVSziyJTnAg=="],
222222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@graphprotocol/graph-ts": "0.38.0",
3939
"@nomicfoundation/hardhat-foundry": "1.2.0",
4040
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
41-
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
41+
"@nomicfoundation/hardhat-toolbox-viem": "4.1.0",
4242
"@nomiclabs/hardhat-solhint": "4.1.0",
4343
"hardhat": "2.26.1",
4444
"solhint": "6.0.0",

0 commit comments

Comments
 (0)