You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the contracts can be verified with hardhat-deploy, using the etherscan-verify Hardhat task passing --api-key with your Etherscan key, that will allow to verify most of the contracts without any other arguments.
But it requires to use the built-in verify hardhat task to verify the proxy contracts deployed by PoolAddressesProvider and also to verify both Pool and PoolConfigurator implementation contract.
No description provided.
The text was updated successfully, but these errors were encountered: