Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Add typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Nov 25, 2020
1 parent 4d315cf commit 316598d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ config-prod.json
**/.db-snapshots
modules/server-node/connext-store.db
modules/server-node/migrations/migrate.lock
modules/contracts/typechain

# Docs
modules/client/docs
Expand Down
1 change: 1 addition & 0 deletions modules/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "@nomiclabs/hardhat-waffle";
import { HardhatUserConfig } from "hardhat/types";
import "hardhat-typechain";

import * as packageJson from "./package.json";

Expand Down
1 change: 1 addition & 0 deletions modules/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@types/node": "14.14.6",
"@types/sinon-chai": "3.2.5",
"@types/yargs": "15.0.9",
"@typechain/ethers-v5": "4.0.0",
"babel-loader": "8.1.0",
"chai": "4.2.0",
"chai-subset": "1.6.0",
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

0 comments on commit 316598d

Please sign in to comment.