From cc9fd3c26a175bcc89285c75577fb071efa68c2f Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Tue, 7 Jul 2026 10:15:40 -0400 Subject: [PATCH] Reduce cross-currency swap CU --- ocp/rpc/transaction/swap_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp/rpc/transaction/swap_handler.go b/ocp/rpc/transaction/swap_handler.go index 47b850d..e9e3a12 100644 --- a/ocp/rpc/transaction/swap_handler.go +++ b/ocp/rpc/transaction/swap_handler.go @@ -449,7 +449,7 @@ func NewReserveBuySellSwapHandler( amount: amount, selectedNonce: selectedNonce, - computeUnitLimit: 400_000, + computeUnitLimit: 250_000, computeUnitPrice: 10_000, memoValue: "buy_sell_v0", }