github-actions
released this
26 Sep 13:46
·
30 commits
to master
since this release
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.