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 1752882 commit feefb6a
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 = {
// gasLimit: '0x124f8', TODO set gas limit
gasLimit: '0x1e848',
gasPrice: web3.utils.toHex(await web3.eth.getGasPrice()),
from: account as string,
value: formatLargeNumber(TX_VALUE),
Expand Down

0 comments on commit feefb6a

Please sign in to comment.