Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 2b8ee9f

Browse files
authored
feat: upgrade typechain to v5 (#37)
1 parent 5110820 commit 2b8ee9f

File tree

3 files changed

+8102
-5515
lines changed

3 files changed

+8102
-5515
lines changed

hardhat.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
require("@typechain/hardhat");
2+
require("@nomiclabs/hardhat-ethers");
13
require("@nomiclabs/hardhat-waffle");
24
require("hardhat-watcher");
3-
require("hardhat-typechain");
45
require("hardhat-gas-reporter");
56
require("solidity-coverage");
67

0 commit comments

Comments
 (0)