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