Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Add TakerWalletWrapper to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkchen committed Aug 2, 2018
1 parent 0848ddc commit 815c1e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artifacts/index.ts
Expand Up @@ -12,6 +12,7 @@ import { SetTokenFactory } from "./ts/SetTokenFactory";
import { StandardToken } from "./ts/StandardToken";
import { StandardTokenMock } from "./ts/StandardTokenMock";
import { StandardTokenWithFeeMock } from "./ts/StandardTokenWithFeeMock";
import { TakerWalletWrapper } from "./ts/TakerWalletWrapper";
import { TransferProxy } from "./ts/TransferProxy";
import { Vault } from "./ts/Vault";
import { ZeroExExchangeWrapper } from "./ts/ZeroExExchangeWrapper";
Expand All @@ -27,6 +28,7 @@ export {
StandardToken,
StandardTokenMock,
StandardTokenWithFeeMock,
TakerWalletWrapper,
TransferProxy,
BadTokenMock,
InvalidReturnTokenMock,
Expand Down

0 comments on commit 815c1e0

Please sign in to comment.