Skip to content

Commit

Permalink
Merge pull request #120 from OriginTrail/missing-files
Browse files Browse the repository at this point in the history
Missing files
  • Loading branch information
u-hubar authored Mar 21, 2023
2 parents f343ec5 + 6af10ea commit 78bd52c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 71 deletions.
96 changes: 30 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "dkg-evm-module",
"version": "4.0.2",
"version": "4.0.3",
"description": "Smart contracts for OriginTrail V6",
"main": "index.ts",
"files": [
"hardhat.config.ts",
"hardhat.node.config.ts",
"/contracts/**/*.sol",
"/utils/*",
"/deploy/*.ts",
"/abi/*.json"
],
Expand Down Expand Up @@ -54,9 +55,7 @@
"prettier-plugin-solidity": "^1.0.0",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.4"
"typechain": "^8.1.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
Expand All @@ -68,7 +67,9 @@
"dotenv": "^16.0.3",
"hardhat": "^2.13.0",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "^0.3.0-beta.13"
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"overrides": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13"
Expand Down

0 comments on commit 78bd52c

Please sign in to comment.