Cleaned comment

This commit is contained in:
Zer0dot 2021-01-14 18:43:49 -05:00
parent 4f5828457b
commit eb38932cc2

View File

@ -1,4 +1,6 @@
// Should be a ts file that has a global var var gas = 0;
/**
* @dev This is a simple script that keeps track of gas spent during deployment.
*/
import { BigNumber } from 'ethers';
export var totalGas:BigNumber = BigNumber.from(0);