Skip to content

Commit

Permalink
Export BaseContract
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliang committed Mar 11, 2020
1 parent 2f967ab commit 4b34d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions artifacts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { RebalancingSetTokenViewer } from './ts/RebalancingSetTokenViewer';
export { TradingPoolViewer } from './ts/TradingPoolViewer';

export {
BaseContract,
CTokenViewerContract,
ERC20ViewerContract,
ProtocolViewerContract,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "set-protocol-viewers",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/artifacts/index.js",
"typings": "dist/typings/artifacts/index.d.ts",
"files": [
Expand Down

0 comments on commit 4b34d95

Please sign in to comment.