Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git committed Feb 5, 2024
1 parent 1102380 commit e0da0af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/blue-melons-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tenderly/hardhat-tenderly": minor
"tenderly": minor
---

Implement manual and automatic verification of proxies deployed with `@openzeppelin/hardhat-upgrades`.
2 changes: 1 addition & 1 deletion examples/contract-verification/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config: HardhatUserConfig = {
},
my_tenderly_devnet_1: {
// or any other custom network name
url: `${process.env.TENDERLY_DEVNET_V1_RPC_URL ?? ""}`,
url: `${process.env.TENDERLY_DEVNET_RPC_URL_1 ?? ""}`,
},
my_tenderly_devnet_2: {
// or any other custom network name
Expand Down

0 comments on commit e0da0af

Please sign in to comment.