Releases: Tenderly/hardhat-tenderly
Release list
@tenderly/hardhat-integration@1.1.0
Minor Changes
-
#255
d26fc6660acadd680c65f3a18bbf4c367ddf8893Thanks @dule-git! - Implemented private and public ABI verification for Lens Testnet -
#256
e4a292637fdff554c8e4015374fee53d6fb0902bThanks @dule-git! - Implemented private and public ABI verification for Lens Testnet
Patch Changes
- Updated dependencies [
d26fc6660acadd680c65f3a18bbf4c367ddf8893,e4a292637fdff554c8e4015374fee53d6fb0902b]:- @tenderly/api-client@1.1.0
@tenderly/api-client@1.1.0
Minor Changes
-
#255
d26fc6660acadd680c65f3a18bbf4c367ddf8893Thanks @dule-git! - Implemented private and public ABI verification for Lens Testnet -
#256
e4a292637fdff554c8e4015374fee53d6fb0902bThanks @dule-git! - Implemented private and public ABI verification for Lens Testnet
@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
@tenderly/hardhat-tenderly@1.11.0-beta.1
Minor Changes
- Implemented private and public ABI verification for Lens Testnet
Patch Changes
- Updated dependencies []:
- @tenderly/hardhat-integration@1.1.0-beta.3
@tenderly/hardhat-integration@1.1.0-beta.3
Minor Changes
- Implemented private and public ABI verification for Lens Testnet
Patch Changes
- Updated dependencies []:
- @tenderly/api-client@1.1.0-beta.5
@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
@tenderly/api-client@1.1.0-beta.5
Minor Changes
- Implemented private and public ABI verification for Lens Testnet
@tenderly/api-client@1.1.0-beta.4
Minor Changes
- Implemented private and public ABI verification for Lens Testnet
@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.
@tenderly/hardhat-tenderly@1.10.0
Minor Changes
Implement automatic verification for proxies via the @openzeppelin/hardhat-upgrades library for @tenderly/hardhat-tenderly@^1.0.0.
Added examples in ethers-v5 directory to show how this automatic verification of proxies works.
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.