@lavarage/sdk 7.2.2 → 7.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lending.ts CHANGED
@@ -452,7 +452,6 @@ export async function createOffer(
452
452
  ...createNodeWalletInstruction,
453
453
  instruction,
454
454
  updateMaxExposureInstruction,
455
- transferInstruction,
456
455
  params.maxBorrow ? updateMaxBorrowInstruction : undefined,
457
456
  computeFeeIx,
458
457
  ].filter(Boolean) as TransactionInstruction[],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavarage/sdk",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "Lavarage SDK",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",