@jup-ag/lend 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,6 @@ import { getOperateIx } from "@jup-ag/lend/borrow";
41
41
 
42
42
  const connection = new Connection("https://api.devnet.solana.com");
43
43
  const signer = new PublicKey("signerAddress");
44
- const usdc = new PublicKey("4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU");
45
44
 
46
45
  const ixs = await getOperateIx({
47
46
  vaultId: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/lend",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",