Releases: Tenderly/hardhat-tenderly
@tenderly/[email protected]
Minor Changes
- Implemented private and public ABI verification for Lens Testnet
@tenderly/[email protected]
Minor Changes
- Implemented private and public ABI verification for Lens Testnet
@tenderly/[email protected]
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/[email protected]
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.
@tenderly/[email protected]
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.
Patch Changes
- Updated dependencies []:
- @tenderly/[email protected]
@tenderly/[email protected]
Patch 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 inhardhat.config.ts
file.
From now, it’s enough to callimport "@tenderly/hardhat-tenderly";
after importinghardhat-ethers
andhardhat-upgrades
.Modified
examples/
to not use thetdly.setup()
function.Fixed the error that has been showing during populating the networks step.
@tenderly/[email protected]
Patch Changes
-
ac
-
Updated dependencies []:
- @tenderly/[email protected]
@tenderly/[email protected]
Patch 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 inhardhat.config.ts
file.
From now, it’s enough to callimport "@tenderly/hardhat-tenderly";
after importinghardhat-ethers
andhardhat-upgrades
.Modified
examples/
to not use thetdly.setup()
function.Fixed the error that has been showing during populating the networks step.
@tenderly/[email protected]
Patch Changes
- ac
@tenderly/[email protected]
Patch Changes
#225 5cc3346825ad3f7d48eabe069a6c61835b26e3b7
Thanks @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
.
Also added info log if there's a new @tenderly/hardhat-tenderly
version available.