ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

fix: handle when key name is optimize instead of optimizer in set #110

Closed antazoey closed 9 months ago

antazoey commented 9 months ago

What I did

vyper uses the key of "optmize" and solidity uses "optimizer" so need to handle both.

How I did it

How to verify it

Checklist