Skip to content

Commit 299dec1

Browse files
authored
fix: increase compute units (#1433)
1 parent 68a2ce1 commit 299dec1

File tree

1 file changed

+1
-1
lines changed
  • governance/xc_admin/packages/xc_admin_frontend/components/tabs

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ const Proposal = ({
403403
builder.addInstruction({
404404
instruction,
405405
signers: [],
406-
computeUnits: 10000,
406+
computeUnits: 20000,
407407
})
408408
const transactions = builder.buildLegacyTransactions({
409409
computeUnitPriceMicroLamports: 150000,

0 commit comments

Comments
 (0)