moonstream-to / moonworm

codegen for crypto degens and other ethereum smart contract toolkit for python
Apache License 2.0
36 stars 7 forks source link

Brownie generated code now includes contract verification functionality #52

Closed zomglings closed 2 years ago

zomglings commented 2 years ago

Tested against TerminusFacet on Polygon mainnet: https://polygonscan.com/address/0x63Cf75b3ffE339Ec30524F204a5FfB97813bF9fB

Changes

How to test these changes?

Requires testing against one of the mainnet {ether,polygon,etc.}scan APIs. Tested manually.

Related issues

Resolves https://github.com/bugout-dev/moonworm/issues/35

zomglings commented 2 years ago

Used this code to verify all contracts deployed for Terminus on Polygon mainnet: https://github.com/bugout-dev/dao/pull/28