Skip to content

Commit

Permalink
Hardhat updates
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
  • Loading branch information
peterbroadhurst committed Apr 27, 2022
1 parent 012e287 commit c68b587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion smart_contracts/ethereum/solidity_firefly/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
package-lock.json
artifacts
cache
cache
typechain-types
3 changes: 2 additions & 1 deletion smart_contracts/ethereum/solidity_firefly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"ethers": "^5.6.4",
"hardhat-gas-reporter": "^1.0.8",
"hardhat": "^2.9.3",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.7.20",
"truffle": "^5.5.10",
"ts-node": "^10.7.0",
Expand Down

0 comments on commit c68b587

Please sign in to comment.