@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.
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/lend",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",