Skip to content

Commit

Permalink
Merge pull request #53 from l3wi/main
Browse files Browse the repository at this point in the history
feat: type generation
  • Loading branch information
apeir99n authored May 15, 2023
2 parents ac64280 + a163368 commit 7198e27
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 6 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"license": "BUSL-1.1",
"scripts": {
"types": "typechain --target ethers-v5 --discriminate-types --out-dir types ./forge-out/**/*.json",
"prepare": "husky install",
"prettier": "prettier --write .",
"prettier:ci": "npx prettier --check ."
Expand All @@ -30,10 +31,14 @@
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24"
"prettier-plugin-solidity": "^1.0.0-beta.24",
"typechain": "^8.1.1"
},
"prettier": "@gearbox-protocol/prettier-config",
"lint-staged": {
"*.{sol,json,md}": "prettier --write"
},
"dependencies": {
"@typechain/ethers-v5": "^10.2.1"
}
}
Loading

0 comments on commit 7198e27

Please sign in to comment.