Skip to content

Commit

Permalink
feat: add default dependencies path
Browse files Browse the repository at this point in the history
  • Loading branch information
bowd committed Aug 18, 2024
1 parent da71947 commit ff3c7cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Script.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ import {ScriptBase} from "forge-std/Base.sol";
abstract contract Script is ScriptBase, CeloChains, Contracts, StdCheatsSafe, StdUtils {
// Note: IS_SCRIPT() must return true.
bool public IS_SCRIPT = true;

function dependenciesPath() internal pure virtual override returns (string memory) {
return "/dependencies.json";
}
}

0 comments on commit ff3c7cd

Please sign in to comment.