Skip to content
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

[Feature] Support deployment config.toml files with our own library #177

Open
nategraf opened this issue Jul 16, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@nategraf
Copy link
Contributor

We currently some code sitting in the Foundry template for handling deployment configs. In particular, it helps the user specify which verifier they want to use on the chain they are deploying to. It is also generally useful for many smart contract deployment scenarios.

https://github.com/risc0/risc0-foundry-template/blob/main/script/Deploy.s.sol#L49-L70

This code should live in and be maintained in this repo, instead of simply existing in the template.

@nategraf nategraf added the enhancement New feature or request label Jul 16, 2024
@nategraf
Copy link
Contributor Author

nategraf commented Sep 4, 2024

With the recent work creating the deployment.toml file, this work should build off of that.
#211

@nategraf
Copy link
Contributor Author

nategraf commented Sep 4, 2024

Additionally, there are ideas and examples of how developers in the Forge community are building out their own deployment processes. Almost certainly learning there: foundry-rs/foundry#3911, foundry-rs/foundry#4732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant