Skip to content

Commit

Permalink
Move @typechain/ethers-v5 to deps for typechain generation post-install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Anttonen committed Dec 17, 2021
1 parent e392451 commit 766d127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vanilladefi/trade-contracts",
"version": "1.1.10",
"version": "1.1.11",
"description": "Smart contracts for vanilladefi.com",
"main": "./typechain/vanilla_v1.1/index.ts",
"scripts": {
Expand Down Expand Up @@ -47,10 +47,8 @@
"@gnosis.pm/safe-core-sdk": "^1.1.1",
"@gnosis.pm/safe-ethers-adapters": "^0.1.0-alpha.6",
"@ledgerhq/hw-app-eth": "^6.4.0",
"@typechain/ethers-v5": "^7.0.1",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^14.17.9",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"chai": "^4.3.4",
Expand All @@ -72,7 +70,6 @@
"solc": "^0.8.4",
"solhint": "^3.3.6",
"solidity-coverage": "^0.8.0-beta.0",
"ts-generator": "^0.1.1"
},
"resolutions": {
"@solidity-parser/parser": "^0.13.2"
Expand All @@ -82,9 +79,12 @@
"@ethersproject/abi": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/providers": "^5.4.3",
"ts-generator": "^0.1.1",
"@types/node": "^14.17.9",
"hardhat": "^2.6.0",
"typechain": "^5.1.2",
"ts-node": "^9.1.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"typescript": "^4.3.5",
"@openzeppelin/contracts": "4.1.0",
Expand Down

0 comments on commit 766d127

Please sign in to comment.