Skip to content

Commit

Permalink
hardhat-contract-sizer added #70
Browse files Browse the repository at this point in the history
  • Loading branch information
ETatuzova authored and nkaskov committed Aug 18, 2023
1 parent 474080c commit debf3aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
require("@nomicfoundation/hardhat-toolbox");
require("@nomiclabs/hardhat-ethers");
require("hardhat-deploy");
require('hardhat-deploy-ethers')
require('hardhat-deploy-ethers');
require('hardhat-contract-sizer');

import './tasks/verify-zkllvm-output'

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"/contracts/test/**/*.sol",
"/build/contracts/*.json",
"!/contracts/mocks/**/*"
]
],
"dependencies": {
"hardhat-contract-sizer": "^2.10.0"
}
}

0 comments on commit debf3aa

Please sign in to comment.