@jup-ag/lend 0.0.11 → 0.0.12
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/borrow/index.mjs +0 -4
- package/package.json +1 -1
package/dist/borrow/index.mjs
CHANGED
|
@@ -1334,10 +1334,6 @@ const getOperateIx = async ({
|
|
|
1334
1334
|
connection,
|
|
1335
1335
|
publicKey: signer
|
|
1336
1336
|
});
|
|
1337
|
-
console.log(
|
|
1338
|
-
getVaultConfig(vaultId),
|
|
1339
|
-
await program.account.vaultConfig.fetch(getVaultConfig(vaultId))
|
|
1340
|
-
);
|
|
1341
1337
|
const {
|
|
1342
1338
|
accounts,
|
|
1343
1339
|
remainingAccounts,
|