Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
feat: export abi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Jan 31, 2020
1 parent a412863 commit a81e355
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ coverage
dist
node_modules
*.log
.idea
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export {abi as TokenRegistryABI} from "../build/contracts/TradeTrustERC721.json";
export {abi as TitleEscrowABI} from "../build/contracts/TitleEscrow.json";
export * from "./token";
export * from "./owner";
export * from "./provider";
Expand Down
2 changes: 1 addition & 1 deletion src/owner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable class-methods-use-this */
// /* eslint-disable class-methods-use-this */
/* disabled for this because there's no need to reference .this */

import {ethers} from "ethers";
Expand Down

0 comments on commit a81e355

Please sign in to comment.