Skip to content

Commit

Permalink
Merge pull request #103 from Polymarket/feat/exposing-contracts
Browse files Browse the repository at this point in the history
exposing contracts function
  • Loading branch information
poly-rodr authored Dec 6, 2023
2 parents c0055be + 5eb1d51 commit 93356a7
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@
{
"name": "@polymarket/clob-client",
"description": "Typescript client for Polymarket's CLOB",
"version": "4.0.1",
"version": "4.0.2",
"contributors": [
{
"name": "Jonathan Amenechi",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./client";
export * from "./types";
export * from "./order-builder";
export * from "./config";

0 comments on commit 93356a7

Please sign in to comment.