Skip to content
Permalink
2a120f6f68
Switch branches/tags
Go to file
@VelKovacevic
Latest commit 2a120f6 on May 11 History
1 contributor

Users who have contributed to this file

13 lines (12 sloc) 210 Bytes
require('hardhat-abi-exporter')
/**
* @type import('hardhat/config').HardhatUserConfig
*/
module.exports = {
solidity: "0.4.22",
abiExporter: {
path: './abis',
clear: true,
flat: true
}
};