eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.64k stars 550 forks source link

Etherscan Verify Fails #1192

Closed jeffywu closed 2 years ago

jeffywu commented 3 years ago

Environment information

What was wrong?

Tried to run Etherscan verify on a contract on Kovan, the flattened output and constructor arguments are here: https://gist.github.com/jeffywu/01bb724ad653aa407ac0c5c3e0118ea8

Doing the same using hardhat's etherscan verify passed so I'm assuming something went wrong in brownie.

PatrickAlphaC commented 3 years ago

Yep, brownie has had some hard times verifying recently