fix: increase compute units (#1433)

This commit is contained in:
guibescos 2024-04-09 18:58:59 +01:00 committed by GitHub
parent 68a2ce1221
commit 299dec1d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ const Proposal = ({
builder.addInstruction({
instruction,
signers: [],
computeUnits: 10000,
computeUnits: 20000,
})
const transactions = builder.buildLegacyTransactions({
computeUnitPriceMicroLamports: 150000,