From f520c535cb66ac382b1fabbd0e1e0c68985da1fd Mon Sep 17 00:00:00 2001 From: The3D Date: Mon, 27 Jul 2020 09:59:25 +0200 Subject: [PATCH] Removed gas reporter --- buidler.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/buidler.config.ts b/buidler.config.ts index afd7b493..5b804bab 100644 --- a/buidler.config.ts +++ b/buidler.config.ts @@ -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);