fix: lend using lulo

This commit is contained in:
aryan
2024-12-13 15:01:25 +05:30
parent a8757031d1
commit eb7746ec50
3 changed files with 49 additions and 79 deletions

View File

@@ -10,7 +10,6 @@ import {
trade,
registerDomain,
launchPumpFunToken,
getLendingDetails,
lendAsset,
getTPS,
} from "../tools";
@@ -92,10 +91,6 @@ export class SolanaAgentKit {
return lendAsset(this, amount);
}
async fetchLendingDetails(LULO_API_KEY: string) {
return getLendingDetails(this, LULO_API_KEY);
}
async getTPS() {
return getTPS(this);
}