Merge branch 'main' into jup-sol

This commit is contained in:
aryan
2024-12-16 02:32:52 +05:30
23 changed files with 144 additions and 123 deletions

View File

@@ -105,9 +105,7 @@ import { PublicKey } from '@solana/web3.js';
const signature = await lendAsset(
agent,
new PublicKey('asset-mint'),
100, // amount
"lulo-api-key"
);
```