fix: bugggs

This commit is contained in:
aryan
2024-12-05 22:25:10 +05:30
parent 5cdb4fd9e7
commit 43b210573a
4 changed files with 301 additions and 75 deletions

View File

@@ -88,8 +88,17 @@ export class SolanaAgentKit {
async launchPumpFunToken(
tokenName: string,
tokenTicker: string,
description: string,
imageUrl: string,
options?: PumpFunTokenOptions
) {
return launchPumpFunToken(this, tokenName, tokenTicker, options);
return launchPumpFunToken(
this,
tokenName,
tokenTicker,
description,
imageUrl,
options
);
}
}