This commit is contained in:
Arihant Bansal
2025-01-05 11:15:14 +05:30
parent b773f43c3c
commit d58417a444

View File

@@ -1471,7 +1471,7 @@ export class SolanaRaydiumCreateClmm extends Tool {
startTime: number(seconds), eg: now number or zero (required)
`;
constructor(private solanaKit: SolanaAgentKit) {
constructor (private solanaKit: SolanaAgentKit) {
super();
}