Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs on verification of contracts #25

Open
foodaka opened this issue Jan 6, 2023 · 2 comments
Open

Add docs on verification of contracts #25

foodaka opened this issue Jan 6, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@foodaka
Copy link
Contributor

foodaka commented Jan 6, 2023

No description provided.

@foodaka foodaka added the documentation Improvements or additions to documentation label Jan 6, 2023
@kartojal
Copy link
Contributor

kartojal commented Jan 9, 2023

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.

@kartojal
Copy link
Contributor

kartojal commented Jan 9, 2023

I will create a PR to document this process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants