Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"changesets": [
"account-funding-fee-history",
"deribit-option-market-mvp",
"juplend-borrow-api-reader",
"nullable-l1-book",
"periodic-stream-reconnect",
"quiet-options-lease-ready"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @imbingox/acex

## 2.0.0-beta.5

### Major Changes

- ec0e637: Juplend account reads now use Jupiter's official Borrow REST API instead of `@jup-ag/lend-read`.

Migration: `venue: "juplend"` accounts must pass `options.walletAddress`; `vaultId` and `positionId` are now local filters over the wallet's returned borrow positions. `account.venues.juplend.rpcUrl` is removed because the reader no longer connects to Solana RPC.

## 1.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imbingox/acex",
"version": "1.1.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Multi-exchange trading SDK for market data, account, and order management",
"repository": {
"type": "git",
Expand Down
Loading