Skip to content

Releases: Tenderly/hardhat-tenderly

@tenderly/hardhat-integration@1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 13:50
fd3a411

Minor Changes

Patch Changes

@tenderly/api-client@1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 13:50
fd3a411

Minor Changes

@tenderly/hardhat-tenderly@2.5.0-beta.0

Pre-release

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Pre-release

Choose a tag to compare

Minor Changes

  • Implemented private and public ABI verification for Lens Testnet

@tenderly/api-client@1.1.0-beta.4

Pre-release

Choose a tag to compare

Minor Changes

  • Implemented private and public ABI verification for Lens Testnet

@tenderly/hardhat-tenderly@2.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 14:13
d2af8f7

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

Choose a tag to compare

@github-actions github-actions released this 26 Sep 14:09
2809b5b

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.