Removed gas reporter

This commit is contained in:
The3D 2020-07-27 09:59:25 +02:00
parent 8a79d71230
commit f520c535cb

View File

@ -10,7 +10,6 @@ usePlugin('buidler-typechain');
usePlugin('solidity-coverage');
usePlugin('@nomiclabs/buidler-waffle');
usePlugin('@nomiclabs/buidler-etherscan');
usePlugin('buidler-gas-reporter');
['misc'].forEach((folder) => {
const tasksPath = path.join(__dirname, 'tasks', folder);