Skip to content

Commit

Permalink
feat: support categoryName in SwapResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkamo committed Nov 19, 2024
1 parent 0c6c5a1 commit 60cec37
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
21 changes: 17 additions & 4 deletions jupiter/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions jupiter/openapi/jupiter-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ components:
type: integer
slippageBps:
type: integer
categoryName:
type: string
enum: ["stable", "lst", "bluechip", "verified"]
heuristicMaxSlippageBps:
type: integer
required:
- swapTransaction
- lastValidBlockHeight
Expand Down

0 comments on commit 60cec37

Please sign in to comment.