Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hpad into dev
  • Loading branch information
igorgoldobin committed Mar 19, 2024
2 parents 3bcfd1e + 6c57ab3 commit 700490e
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
gas: 125000,
gasPrice: web3.utils.toHex(await web3.eth.getGasPrice()),
from: account as string,
value: formatLargeNumber(TX_VALUE),
Expand Down

0 comments on commit 700490e

Please sign in to comment.