Skip to content

Commit

Permalink
Update version 2 (#234)
Browse files Browse the repository at this point in the history
* set release version 2

* update version 2
  • Loading branch information
dule-git authored Sep 26, 2024
1 parent 2809b5b commit d2af8f7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/hre-extender-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tenderly/hardhat-tenderly",
"name": "@tenderly/hre-extender-v1",
"author": "Tenderly",
"private": false,
"private": true,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
Expand Down
13 changes: 12 additions & 1 deletion packages/hre-extender-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# @tenderly/hardhat-tenderly

## 2.4.0

### Minor Changes

Removed the need to call `tdly.setup()` function in `hardhat.config.ts` file.
From now, it’s enough to call `import "@tenderly/hardhat-tenderly";` after importing `hardhat-ethers` and `hardhat-upgrades`.

Modified `examples/` to not use the `tdly.setup()` function.

Fixed the error that has been showing during populating the networks step.

## 2.3.2

### Patch Changes

[#225](https://github.com/Tenderly/hardhat-tenderly/pull/225) [`5cc3346825ad3f7d48eabe069a6c61835b26e3b7`](https://github.com/Tenderly/hardhat-tenderly/commit/5cc3346825ad3f7d48eabe069a6c61835b26e3b7) Thanks [@dule-git](https://github.com/dule-git)!
[#225](https://github.com/Tenderly/hardhat-tenderly/pull/225) [`5cc3346825ad3f7d48eabe069a6c61835b26e3b7`](https://github.com/Tenderly/hardhat-tenderly/commit/5cc3346825ad3f7d48eabe069a6c61835b26e3b7) Thanks [@dule-git](https://github.com/dule-git)!

Added error messages if `ethers` and `hardhat-tenderly` versions are not compatible for each other
(`ethersv5` and `@tenderly/hardhat-tenderly@^2.0.0`, or `ethersv6` and `@tenderly/hardhat-tenderly@^1.0.0`.
Expand Down
6 changes: 3 additions & 3 deletions packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@tenderly/hre-extender-v2",
"name": "@tenderly/hardhat-tenderly",
"author": "Tenderly",
"private": true,
"private": false,
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
"version": "2.3.2",
"version": "2.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down

0 comments on commit d2af8f7

Please sign in to comment.