This commit is contained in:
scnale 2024-04-20 16:54:13 +02:00 committed by GitHub
commit bbe1d48bd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export const executeTransactionBlock = async (
const consoleWarnTemp = console.warn;
console.warn = () => {};
transactionBlock.setGasBudget(100_000_000);
// Let caller handle parsing and logging info
const res = await signer.signAndExecuteTransactionBlock({
transactionBlock,