From 6c57ab3e0414c5a14242e0323c92803dc4118bb2 Mon Sep 17 00:00:00 2001 From: StratisIain <32906542+StratisIain@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:34:57 +0000 Subject: [PATCH] Update transactionUtils.tsx --- src/pages/Transactions/transactionUtils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Transactions/transactionUtils.tsx b/src/pages/Transactions/transactionUtils.tsx index 1e0345d4..94805653 100644 --- a/src/pages/Transactions/transactionUtils.tsx +++ b/src/pages/Transactions/transactionUtils.tsx @@ -82,7 +82,7 @@ export const handleMultipleTransactions = async ( const contract = new web3.eth.Contract(contractAbi, CONTRACT_ADDRESS); const transactionParameters: SendOptions = { - gas: '0x1e848', + gas: 125000, gasPrice: web3.utils.toHex(await web3.eth.getGasPrice()), from: account as string, value: formatLargeNumber(TX_VALUE),