export const solidityFramework = "Foundry";
export const networkConfigPath = `\`packages/foundry/foundry.toml\``;
export const contractsPath = `\`packages/foundry/contracts\``;
export const scriptsPath = `\`packages/foundry/script\``;
export const testCommand = `\`yarn foundry:test\``;