Skip to content

Lesson7: ERROR TransactionExecutionError: Transaction ran out of gas #2487

Answered by alymurtazamemon
udayg24 asked this question in Q&A
Discussion options

You must be logged in to vote

@udayg24 Try to add gas manually like this:

rinkeby: {
  url: process.env.RPC_URL,
  accounts: [process.env.PRIVATE_KEY],
  chainId: 4,
  blockConfirmations: 6,
  gas: 6000000,
},

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
9 replies
@alymurtazamemon
Comment options

@alymurtazamemon
Comment options

@udayg24
Comment options

@alymurtazamemon
Comment options

@udayg24
Comment options

Answer selected by udayg24
Comment options

You must be logged in to vote
1 reply
@udayg24
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants