foundry_strategy_mix icon indicating copy to clipboard operation
foundry_strategy_mix copied to clipboard

Fix FAIL. Reason: Setup failed: The path "artifacts/Vault.json"

Open storming0x opened this issue 3 years ago • 2 comments

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

storming0x avatar Oct 25 '22 17:10 storming0x

Thank you, sir. I added this line in foundry.toml and 'make test' succeeded.

qq95538 avatar Oct 26 '22 05:10 qq95538

Thank you, sir. I added this line in foundry.toml and 'make test' succeeded.

great, will have a PR soon

storming0x avatar Oct 26 '22 06:10 storming0x

closing with https://github.com/storming0x/foundry_strategy_mix/pull/30

storming0x avatar Nov 18 '22 15:11 storming0x