From f9a69bbbcb529678334d53e19927eede26ebfdaf Mon Sep 17 00:00:00 2001 From: jeffyanta Date: Thu, 23 Apr 2026 19:19:08 -0400 Subject: [PATCH] Fix currency memory account resize compute units --- ocp/worker/currency/launcher/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp/worker/currency/launcher/util.go b/ocp/worker/currency/launcher/util.go index 6489f01..3c13bf8 100644 --- a/ocp/worker/currency/launcher/util.go +++ b/ocp/worker/currency/launcher/util.go @@ -584,7 +584,7 @@ func (p *runtime) initRemainingBlockchainAccounts(ctx context.Context, currencyM func (p *runtime) resizeAndExtendBlockchainAccounts(ctx context.Context, accounts *newCurrencyAccounts) error { ixns := []solana.Instruction{ - compute_budget.SetComputeUnitLimit(250_000), + compute_budget.SetComputeUnitLimit(350_000), compute_budget.SetComputeUnitPrice(10_000), }