Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

v1.2.0

Choose a tag to compare

@ochikov ochikov released this 17 May 11:45
· 206 commits to master since this release

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 deployAndVerify method of the deployer
  • Improve report table with included information about Solc Version and Contract 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.