foundry_strategy_mix
foundry_strategy_mix copied to clipboard
Fix FAIL. Reason: Setup failed: The path "artifacts/Vault.json"
Seems foundry config needs this additional setting to work in latest versions
fs_permissions = [{ access = "read", path = "./"}]
A PR can be tested and working with tests after the change has been made
Thank you, sir. I added this line in foundry.toml and 'make test' succeeded.
Thank you, sir. I added this line in foundry.toml and 'make test' succeeded.
great, will have a PR soon
closing with https://github.com/storming0x/foundry_strategy_mix/pull/30