This repository was archived by the owner on Aug 5, 2021. It is now read-only.
v1.2.0
Added
Verifier
Etherlime now allows you to easily supply etherscanApiKey to your deployment scripts, receive it as last parameter in the deploy function and use it in the default overrides of the new deployAndVerify method.
- Verifying smart contracts on Etherscan using automatic
deployAndVerifymethod of thedeployer - Improve report table with included information about
Solc VersionandContract Verification
More info & Examples - https://etherlime.readthedocs.io/en/latest/api/deployers.html#deployandverify-contract-libraries-params
Updated
- Documentation updated with the latest information and changes.