Skip to content

Commit

Permalink
Merge pull request #38 from Polymarket/feature/add-tokenid-to-enriche…
Browse files Browse the repository at this point in the history
…dordersummary

Adding tokenId to order responses
  • Loading branch information
poly-rodr authored Jun 15, 2022
2 parents 0bc5f65 + 1f4ded3 commit da5aeed
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": "1.0.30",
"version": "1.0.31",
"contributors": [
{
"name": "Jonathan Amenechi",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export interface Order {
price: string;
size: string;
side: string;
tokenID: string;
}

export interface OpenOrdersResponse {
Expand Down

0 comments on commit da5aeed

Please sign in to comment.