Closed rzfdsb23 closed 1 week ago
Hi, can you share your input? It's hard to say just from the tx.
const privateKey = ""; // Replace with your actual private key const mintAddress = "BjjvKX5k7gQoGRmvQAA5WMr7EkQ2cirGTSGxAznDpump"; //Replace with actual token mint address const txMode = TransactionMode.Execution; //Set to simulate to test, Execution to perform const solIn = 0.03; // Example value, adjust as needed const slippageDecimal = 0.25; // Example value, adjust as needed const tokenBalance = 10000; // Example value, adjust as needed const priorityFeeInSol = 0.001; // Example value for tip to get faster inclusion, adjust as needed await pumpFunBuy( this.transactionMode, this.payerPrivateKey, this.mintAddress, solIn, priorityFeeInSol, slippageDecimal ); This one?
Work out
Hello, can you help me with my problem? Thank you very much https://solscan.io/tx/qCZYK1ACG6RwLjE9jZZaeDZzuzfnz5SZTgqv34peQevfWo8DMvc3gC7CfqnbkiM7MLxYeXwrATqpL5icvH8TygH