# Artifacts

Gemforge needs to know the format the artifacts are in:

// gemforge.config.cjs
module.exports = {
  ...
  // artifacts configuration
  artifacts: {
    // artifact format - "foundry" or "hardhat"
    format: 'foundry',
  },  
  ...
}