Skip to content

@tenderly/hardhat-tenderly@2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 14:13
· 1 commit to master since this release
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.