From e0da0af1eef780da6b1f97be032888372db16b1f Mon Sep 17 00:00:00 2001 From: dule-git Date: Mon, 5 Feb 2024 14:30:47 +0100 Subject: [PATCH] version changes --- .changeset/blue-melons-bathe.md | 6 ++++++ examples/contract-verification/hardhat.config.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/blue-melons-bathe.md diff --git a/.changeset/blue-melons-bathe.md b/.changeset/blue-melons-bathe.md new file mode 100644 index 00000000..40173d65 --- /dev/null +++ b/.changeset/blue-melons-bathe.md @@ -0,0 +1,6 @@ +--- +"@tenderly/hardhat-tenderly": minor +"tenderly": minor +--- + +Implement manual and automatic verification of proxies deployed with `@openzeppelin/hardhat-upgrades`. diff --git a/examples/contract-verification/hardhat.config.ts b/examples/contract-verification/hardhat.config.ts index 97d020ee..e4f6e271 100644 --- a/examples/contract-verification/hardhat.config.ts +++ b/examples/contract-verification/hardhat.config.ts @@ -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