From aebcb8bd5d0111e350833b92531a6607db453806 Mon Sep 17 00:00:00 2001 From: Beggar Hunter Bot Date: Mon, 23 Mar 2026 10:56:53 +0800 Subject: [PATCH] docs: fix broken README reference in contracts/README.md --- contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/README.md b/contracts/README.md index 46d76988d5..2e36b469a2 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -478,7 +478,7 @@ npx hardhat --network mainnet verify --contract contracts/strategies/FluxStrateg `hardhat-deploy` package offers a secondary way to verify contracts, where constructor parameters don't need to be passed into the verification call. Since Etherscan has migrated to V2 api this approach is no longer working. `etherscan-verify` call uses `hardhat verify` under the hood. ``` -yarn hardhat etherscan-verify --network mainnet --api-url https://api.etherscan.io +yarn hardhat etherscan-verify --network mainnet --api-url https://api.etherscan.io/v2/api ``` #### Addressing verification slowdowns