Skip to content

Commit

Permalink
Merge pull request #181 from OriginTrail/v6/revert-changes
Browse files Browse the repository at this point in the history
V6/revert changes
  • Loading branch information
djordjekovac authored Jul 11, 2023
2 parents cd83225 + af99dc4 commit 465ccad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dkg-evm-module",
"version": "4.0.6",
"version": "4.0.7",
"description": "Smart contracts for OriginTrail V6",
"main": "index.ts",
"files": [
Expand Down Expand Up @@ -92,7 +92,7 @@
"format": "prettier --check '**/*.{json,js,ts,sol}'",
"generate-evm-account": "hardhat run scripts/generate_evm_account.ts --network localhost",
"generate-otp-account": "hardhat run scripts/generate_otp_account.ts --network localhost",
"install": "husky install && hardhat typechain",
"prepare": "husky install && hardhat typechain",
"lint:fix": "npm run lint:sol:fix && npm run lint:ts:fix",
"lint:sol:fix": "solhint 'contracts/**/*.sol' --fix",
"lint:sol": "solhint 'contracts/**/*.sol'",
Expand Down

0 comments on commit 465ccad

Please sign in to comment.