@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/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/lending.ts +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1413,7 +1413,6 @@ function createOffer(lavarageProgram, params) {
|
|
|
1413
1413
|
...createNodeWalletInstruction,
|
|
1414
1414
|
instruction,
|
|
1415
1415
|
updateMaxExposureInstruction,
|
|
1416
|
-
transferInstruction,
|
|
1417
1416
|
params.maxBorrow ? updateMaxBorrowInstruction : void 0,
|
|
1418
1417
|
computeFeeIx
|
|
1419
1418
|
].filter(Boolean)
|