Skip to content

Commit

Permalink
Update transactionUtils.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
StratisIain authored Mar 15, 2024
1 parent c745a39 commit 6c57ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Transactions/transactionUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6c57ab3

Please sign in to comment.