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

registerContracts in gauntlet-solana should not depend on Environment #294

Open
kylesmartin opened this issue Apr 7, 2022 · 0 comments
Open
Labels

Comments

@kylesmartin
Copy link
Contributor

This function has still some issues, essentially:

  • Depends on an static path to read artifacts. (What if those artifacts are not in the FS?)
  • Depends on the environment to load the program Ids. (What if some gauntlet-solana consumer chooses another way to store their ProgramIds? We would be forcing them to include it into the env)

Originally posted by @RodrigoAD in #284 (comment)

@RodrigoAD RodrigoAD changed the title registerContracts in gauntlet-solana depends on env and static paths registerContracts in gauntlet-solana should not depend on Environment Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants