diff --git a/crypto/sol/app.py b/crypto/sol/app.py index 6efbe72..88552ac 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=100, # Increased to 1% + slippage_bps=200, # Increased to 1% ) logging.info(f"Initiating move. Transaction data:\n {transaction_data}") error_logger.info(f"Initiating move. Transaction data:\n {transaction_data}")