Skip to content

Commit

Permalink
outcome index
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr committed Apr 29, 2024
1 parent 3984cab commit aeef52d
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.5.1",
"version": "4.5.2",
"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 @@ -416,6 +416,7 @@ export interface Token {
token_id: string;
outcome: string;
price: number;
outcome_index: number;
}

export interface RewardsConfig {
Expand Down

0 comments on commit aeef52d

Please sign in to comment.