Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down