You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you use ethsdk : yarn eth-sdk -p ./src/config
even if you specify the output folder, eth-sdk generates the abi folder in the same folder the file is located. I the output folder is only used for types.
ideally, I would like all generated files in a generated folder that is specified in config including
abi
output files
temporary files
Thanks for the great lib! 🙇🏾
The text was updated successfully, but these errors were encountered:
when you use ethsdk :
yarn eth-sdk -p ./src/config
even if you specify the output folder, eth-sdk generates the abi folder in the same folder the file is located. I the
output folder
is only used fortypes
.ideally, I would like all generated files in a
generated folder
that is specified inconfig
includingThanks for the great lib! 🙇🏾
The text was updated successfully, but these errors were encountered: