add idle asset lending with lulo

This commit is contained in:
Arihant Bansal
2024-11-26 16:24:38 +05:30
parent e3d1ff1d41
commit c26f6093ec
26 changed files with 340 additions and 2096 deletions

View File

@@ -8,7 +8,6 @@
"build": "tsc",
"docs": "typedoc src --out docs",
"test": "ts-node test/index.ts"
},
"keywords": [],
"author": "",
@@ -17,7 +16,6 @@
"@bonfida/spl-name-service": "^3.0.7",
"@langchain/core": "^0.3.18",
"@langchain/openai": "^0.3.13",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-core": "^1.1.1",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/umi": "^0.9.2",
@@ -26,6 +24,7 @@
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"langchain": "^0.3.6",
"typedoc": "^0.26.11"
},