-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
templatise foundry.toml and remove --via-ir flag #189
Conversation
2947be3
to
713befe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well, great job!
Added some comments. Also, please add information about new template file to TEMPLATE-FILES.md
templates/solidity-frameworks/foundry/packages/foundry/foundry.toml.template.mjs
Outdated
Show resolved
Hide resolved
templates/solidity-frameworks/foundry/packages/foundry/foundry.toml.template.mjs
Outdated
Show resolved
Hide resolved
Thanks for updates! What about this?
|
Ohh my bad, updated it 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! Thank you!
Thanks @rin-st! Merging this 🙌 |
Description:
Templatised the
foundry.toml
file. Lol I wanted to templatise it from beginning but didn't had good use case in our core extensions.In scaffold-eth#1023 we will be removing default
--via-ir
flag and allowing people to pass it if required tofoundry.toml
file.--via-ir
flag is required for ctf-extension checkout https://github.com/carletex/ctf-devcon/pull/154.To test:
Switch to this branch.
yarn build
Get the args from example extension pr