frangio / hardhat-exposed

Automatically expose internal Solidity functions for smart contract testing.
82 stars 13 forks source link

Add an "outdir" option in the config #15

Open Amxx opened 1 year ago

Amxx commented 1 year ago

Bu default the exposed contracts are in

export const exposedPath = path.join(rootPath, 'contracts-exposed');

This should be configurable through the config.