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

tags and dependencies support for solidity scripting #8

Open
Ratimon opened this issue May 16, 2023 · 1 comment
Open

tags and dependencies support for solidity scripting #8

Ratimon opened this issue May 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Ratimon
Copy link

Ratimon commented May 16, 2023

It would be really nice for forge-deploy to support tags and dependency work like hardhat-deploy does, so I can re-use my past solidity-based deployments in either future deploy script or in test suites across different chain networks .

@Ratimon
Copy link
Author

Ratimon commented May 16, 2023

For example, I can just simply call multiple sets of deploy scripts in one call inside setUp() :

deployer.callScriptwithTags('tag1' )

@wighawag wighawag added the enhancement New feature or request label May 16, 2023
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

2 participants