mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Cleaned comment
This commit is contained in:
parent
4f5828457b
commit
eb38932cc2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user