Skip to content

Commit 3d42df3

Browse files
committed
feat: deployment scripts
also added gas estimation to tests, just to see that deployment cost is reasonable they were: * 3151809 for DATAv2, ended up costing 0.088315052 ETH * 424329 for DataTokenMigrator, ended up costing 0.013728928625 ETH Comparison: 2178424 for old CrowdSaleToken
1 parent 1694d5c commit 3d42df3

File tree

8 files changed

+25792
-1460
lines changed

8 files changed

+25792
-1460
lines changed

hardhat.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require("@nomiclabs/hardhat-waffle")
44
require("solidity-coverage")
5+
require("hardhat-gas-reporter");
56

67
//require("hardhat-erc1820") // this was for ERC777 token study, required for ERC777 tokens
78

0 commit comments

Comments
 (0)