diff --git a/go/mechanisms/svm/constants.go b/go/mechanisms/svm/constants.go index f31114eb9..47b5b8659 100644 --- a/go/mechanisms/svm/constants.go +++ b/go/mechanisms/svm/constants.go @@ -21,7 +21,7 @@ const ( MaxComputeUnitPriceMicrolamports = 5_000_000 // DefaultComputeUnitLimit is the default compute unit limit for transactions - DefaultComputeUnitLimit uint32 = 6500 + DefaultComputeUnitLimit uint32 = 8000 // DefaultCommitment is the default commitment level for transactions DefaultCommitment = rpc.CommitmentConfirmed diff --git a/typescript/packages/mechanisms/svm/src/constants.ts b/typescript/packages/mechanisms/svm/src/constants.ts index 86eb14c0e..c32d1f107 100644 --- a/typescript/packages/mechanisms/svm/src/constants.ts +++ b/typescript/packages/mechanisms/svm/src/constants.ts @@ -29,7 +29,7 @@ export const USDC_TESTNET_ADDRESS = "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncD */ export const DEFAULT_COMPUTE_UNIT_PRICE_MICROLAMPORTS = 1; export const MAX_COMPUTE_UNIT_PRICE_MICROLAMPORTS = 5_000_000; // 5 lamports -export const DEFAULT_COMPUTE_UNIT_LIMIT = 6500; +export const DEFAULT_COMPUTE_UNIT_LIMIT = 8_000; /** * Solana address validation regex (base58, 32-44 characters)