Skip to content

Commit

Permalink
package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git committed Nov 21, 2024
1 parent 5f650d1 commit 5d10fec
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"changesets": [
"kind-buses-collect",
"late-meals-jam",
"pink-camels-appear"
"pink-camels-appear",
"tasty-sheep-lie"
]
}
8 changes: 8 additions & 0 deletions .changeset/tasty-sheep-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@tenderly/hardhat-integration": minor
"@tenderly/hre-extender-v1": minor
"@tenderly/hardhat-tenderly": minor
"@tenderly/api-client": minor
---

Implemented private and public ABI verification for Lens Testnet
11 changes: 11 additions & 0 deletions packages/hre-extender-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tenderly/hardhat-tenderly

## 1.11.0-beta.0

### Minor Changes

- Implemented private and public ABI verification for Lens Testnet

### Patch Changes

- Updated dependencies []:
- @tenderly/hardhat-integration@1.1.0-beta.2

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hre-extender-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
"version": "1.10.0",
"version": "1.11.0-beta.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"ethers": "^5.7.2",
"@ethersproject/bignumber": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@tenderly/hardhat-integration": "^1.0.0",
"@tenderly/hardhat-integration": "^1.1.0-beta.2",
"@openzeppelin/hardhat-upgrades": "^1.0.0",
"@openzeppelin/upgrades-core": "^1.32.2",
"@nomiclabs/hardhat-etherscan": "^3.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/hre-extender-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tenderly/hardhat-tenderly

## 2.5.0-beta.0

### Minor Changes

- Implemented private and public ABI verification for Lens Testnet

### Patch Changes

- Updated dependencies []:
- @tenderly/hardhat-integration@1.1.0-beta.2

## 2.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Package for overloading some of the HardhatRuntimeEnvironment components",
"version": "2.4.0",
"version": "2.5.0-beta.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -43,6 +43,6 @@
"ethers": "^6.8.1",
"dotenv": "^16.4.5",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@tenderly/hardhat-integration": "^1.0.0"
"@tenderly/hardhat-integration": "^1.1.0-beta.2"
}
}
6 changes: 6 additions & 0 deletions packages/tenderly-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tenderly

## 1.1.0-beta.4

### Minor Changes

- Implemented private and public ABI verification for Lens Testnet

## 1.0.2-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tenderly-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "",
"version": "1.0.2-beta.3",
"version": "1.1.0-beta.4",
"main": "internal/lib/tenderly-lib.js",
"types": "internal/lib/tenderly-lib.d.ts",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ export class TenderlyService {
request: VerifyContractABIRequest,
) :Promise<VerifyContractABIResponse> {
const tenderlyApi = TenderlyApiService.configureInstance();

const isPublicVerification =

const res = await tenderlyApi.post(
`/api/v1/account/${username}/project/${project}/testnet/${request.networkId}/contract/${request.address}/abi`,
Expand Down
11 changes: 11 additions & 0 deletions packages/tenderly-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tenderly/hardhat-integration

## 1.1.0-beta.2

### Minor Changes

- Implemented private and public ABI verification for Lens Testnet

### Patch Changes

- Updated dependencies []:
- @tenderly/api-client@1.1.0-beta.4

## 1.0.3-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tenderly-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"homepage": "https://tenderly.co",
"description": "Hardhat plugin for integration with Tenderly",
"version": "1.0.3-beta.1",
"version": "1.1.0-beta.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"tslog": "^4.3.1",
"typescript": "^5.5.4",
"dotenv": "^16.4.5",
"@tenderly/api-client": "^1.0.2-beta.2",
"@tenderly/api-client": "^1.1.0-beta.4",
"npm-registry-fetch": "^17.1.0",
"semver": "^7.6.3"
},
Expand Down

0 comments on commit 5d10fec

Please sign in to comment.