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

Commit

Permalink
Add explicit exports of utils
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkchen committed Jul 24, 2018
1 parent 7af3623 commit 6389e89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions artifacts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import { TransferProxy } from "./ts/TransferProxy";
import { Vault } from "./ts/Vault";
import { ZeroExExchangeWrapper } from "./ts/ZeroExExchangeWrapper";

import {
hashOrderHex,
signMessage,
} from "../utils/orderWrapper";

export {
BasicToken,
Core,
Expand All @@ -32,4 +37,8 @@ export {
InvalidReturnTokenMock,
Vault,
ZeroExExchangeWrapper,

// Utils
hashOrderHex,
signMessage,
};

0 comments on commit 6389e89

Please sign in to comment.