Skip to content

Commit

Permalink
upgrade typechain version
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Aug 12, 2022
1 parent 8c502b4 commit 4308655
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 104 deletions.
7 changes: 5 additions & 2 deletions hardhat.config.ts
Expand Up @@ -4,7 +4,7 @@ import "@nomiclabs/hardhat-ethers";
import "@nomiclabs/hardhat-solhint";
import "@primitivefi/hardhat-dodoc";
import "@typechain/ethers-v5";
import "hardhat-typechain";
import "@typechain/hardhat";
import "hardhat-gas-reporter";
import "solidity-coverage";
import { NetworksUserConfig } from "hardhat/types";
Expand Down Expand Up @@ -53,5 +53,8 @@ export default {
default: 0
}
},
dodoc: {}
dodoc: {},
typechain: {
outDir: "typechain"
}
};
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -25,11 +25,12 @@
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.7.0",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@typechain/ethers-v5": "^6.0.5",
"@types/chai": "^4.2.19",
"@types/chai-as-promised": "^7.1.4",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.38",
"@types/node": "^18.7.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-ethers": "^0.0.1",
Expand All @@ -40,7 +41,6 @@
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-docgen": "^1.3.0",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-typechain": "^0.3.5",
"hardhat-waffle": "^0.0.1-security",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.23",
Expand All @@ -49,7 +49,7 @@
"solidity-coverage": "^0.7.21",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"typechain": "^4.0.3",
"typechain": "^8.1.0",
"typescript": "^4.7.4"
}
}

0 comments on commit 4308655

Please sign in to comment.