Skip to content

Commit

Permalink
Merge pull request #92 from fireflies1988/fix/rename-settCcy-to-settl…
Browse files Browse the repository at this point in the history
…eCcy

fix(types): correct prop name settCcy to settleCcy in Instrument
  • Loading branch information
tiagosiebler authored Jan 23, 2025
2 parents 211d8df + 1fc2f14 commit cfa1a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okx-api",
"version": "1.5.1",
"version": "1.5.2",
"description": "Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types/rest/response/public-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface Instrument {
category: string;
baseCcy: string;
quoteCcy: string;
settCcy: string;
settleCcy: string;
ctVal: string;
ctMult: string;
ctValCcy: string;
Expand Down

0 comments on commit cfa1a8b

Please sign in to comment.