We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a2a72 commit ca25cabCopy full SHA for ca25cab
hardhat.config.ts
@@ -25,6 +25,7 @@ import 'solidity-coverage'
25
const SKIP_LOAD = process.env.SKIP_LOAD === 'true'
26
27
if (!SKIP_LOAD) {
28
+ require('./tasks/gre.ts')
29
;['contracts', 'misc', 'deployment', 'actions'].forEach((folder) => {
30
const tasksPath = path.join(__dirname, 'tasks', folder)
31
fs.readdirSync(tasksPath)
0 commit comments