diff --git a/crypto/sol/app.py b/crypto/sol/app.py index 88552ac..74cc8f6 100644 --- a/crypto/sol/app.py +++ b/crypto/sol/app.py @@ -1062,7 +1062,7 @@ async def follow_move(move): input_mint=move['token_in'], output_mint=move['token_out'], amount=amount, - slippage_bps=200, # Increased to 1% + slippage_bps=300, # Increased to 3% ) logging.info(f"Initiating move. Transaction data:\n {transaction_data}") error_logger.info(f"Initiating move. Transaction data:\n {transaction_data}")