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

CLIs generated by "moonworm generate-brownie" now handle byte args #32

Closed zomglings closed 2 years ago

zomglings commented 2 years ago

Changes

Added bytes_argument_type function to generated brownie CLIs which is used when adding arguments that have solidity bytes type.

How to test these changes?

Manually.

Related issues