@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.
- package/README.md +0 -1
- 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,
|