Skip to content

Commit

Permalink
XYK Organism release 0.3.4 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenlejoe authored Jan 23, 2024
1 parent 5605a84 commit 350a20c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_id": "[email protected]",
"name": "@covalenthq/goldrush-kit",
"version": "0.3.3",
"version": "0.3.4",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ export { TokenTransfersListView } from "./components/Organisms/TokenBalances/Tok
export { NFTWalletTokenListView } from "./components/Organisms/NFTs/NFTWalletTokenListView/NFTWalletTokenListView";
export { NFTCollectionTokenListView } from "./components/Organisms/NFTs/NFTCollectionTokenListView/NFTCollectionTokenListView";
export { NFTDetailView } from "./components/Organisms/NFTs/NFTDetailView/NFTDetailView";

export { XYKPoolDetailView } from "./components/Organisms/XYK/XYKPoolDetailView/XYKPoolDetailView";
export { XYKPoolListView } from "./components/Organisms/XYK/XYKPoolListView/XYKPoolListView";
export { XYKPoolTransactionsListView } from "./components/Organisms/XYK/XYKPoolTransactionsListView/XYKPoolTransactionsListView";
export { XYKTokenListView } from "./components/Organisms/XYK/XYKTokenListView/XYKTokenListView";
export { XYKTokenPoolListView } from "./components/Organisms/XYK/XYKTokenPoolListView/XYKTokenPoolListView";
export { XYKTokenTransactionsListView } from "./components/Organisms/XYK/XYKTokenTransactionsListView/XYKTokenTransactionsListView";
export { XYKWalletPoolListView } from "./components/Organisms/XYK/XYKWalletPoolListView/XYKWalletPoolListView";
export { XYKWalletTransactionsListView } from "./components/Organisms/XYK/XYKWalletTransactionsListView/XYKWalletTransactionsListView";

export { type NFTDetailViewProps } from "./utils/types/organisms.types";
export { type AddressActivityListViewProps } from "./utils/types/organisms.types";
export { type TokenBalancesListViewProps } from "./utils/types/organisms.types";
Expand Down

0 comments on commit 350a20c

Please sign in to comment.