Skip to content

Commit

Permalink
debug : re-add hardhat abi exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Genysys committed Aug 23, 2021
1 parent c95bf58 commit efce772
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ module.exports = {
},
},
},
// abiExporter: {
// path: "./abi",
// clear: true,
// flat: false,
// only: [],
// except: [],
// spacing: 4,
// },
abiExporter: {
path: "./abi",
clear: true,
flat: false,
only: [],
except: [],
spacing: 4,
},
contractSizer: {
alphaSort: false,
runOnCompile: false,
Expand Down

0 comments on commit efce772

Please sign in to comment.