UNPKG

create-eth

Version:
6 lines (5 loc) 287 B
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\``;