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 2b85c5a commit fac250cCopy full SHA for fac250c
hardhat.config.ts
@@ -1,13 +1,10 @@
1
import '@nomiclabs/hardhat-waffle';
2
import '@solidstate/hardhat-4byte-uploader';
3
import '@typechain/hardhat';
4
-import fs from 'fs';
5
import 'hardhat-abi-exporter';
6
import 'hardhat-contract-sizer';
7
import 'hardhat-gas-reporter';
8
import 'hardhat-spdx-license-identifier';
9
-import { task } from 'hardhat/config';
10
-import path from 'path';
11
import 'solidity-coverage';
12
13
export default {
0 commit comments