Skip to content

Commit

Permalink
Merge pull request #101 from Premian-Labs/optimize-quote
Browse files Browse the repository at this point in the history
feat: add pool to option streamQuotes
  • Loading branch information
froggiedev committed Feb 7, 2024
2 parents 36b20a1 + 7c25453 commit 3384388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premia/v3-sdk",
"version": "2.5.1",
"version": "2.5.2",
"description": "The official SDK for building applications on Premia V3.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/api/optionAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ export class OptionAPI extends BaseAPI {
referrer?: string
taker?: string
maxSlippagePercent?: number
poolKey?: PoolKey
pool?: PoolMinimal
},
callback: (quote: FillableQuote | null) => void
): Promise<void> {
Expand Down

0 comments on commit 3384388

Please sign in to comment.