UNPKG

hardhat-abi-exporter

Version:

Export Ethereum smart contract ABIs on compilation

16 lines (15 loc) 369 B
const config = { path: './abi', runOnCompile: false, clear: false, flat: false, tsWrapper: false, only: [], except: [], spacing: 2, pretty: false, filter: () => true, // `rename` is not defaulted as it may depend on `flat` option // `format` is not defaulted as it may depend on `pretty` option }; export default config;