olta-art / editions-auction

Dutch auction style drop mechanic for editions
GNU General Public License v3.0
0 stars 2 forks source link

Bug when generating typechain, pulls from localhost deployment #25

Open george-e-d-g-e opened 2 years ago

george-e-d-g-e commented 2 years ago

Typechain is not properly generated because if EditionAuction contract is in deployments localhost it will generate types from there instead of the contracts source.

thewhodidthis commented 2 years ago

Ah that explains it, thanks