github-actions
released this
26 Sep 14:13
·
1 commit
to master
since this release
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.