Error: Returned error: replacement transaction underpriced
Any idea how to resolve this error
I tried increasing gas fees
Didint work
Feb 9, 2021, 7:25 AM
Did you increase gas limit or gas price?
Feb 9, 2021, 7:34 AM
Yeah I tried that
Feb 9, 2021, 7:34 AM
no, which one did you increase
Feb 9, 2021, 7:34 AM
gasPrice
Feb 9, 2021, 7:34 AM
ok. what value are you using for gas price?
Feb 9, 2021, 7:35 AM
I made some changes
But before I used
gas as 200000
gasPrice as 50
But before I used
gas as 200000
gasPrice as 50
I am actually trying to transfer to multiple accounts using loop in the backend
Feb 9, 2021, 7:37 AM
your gasprice is way too small. the current standard price is 150gwei
Feb 9, 2021, 7:50 AM
Okay
I will increase that
I will increase that
How to do multiple transaction
I guess the error occurs because another transaction is initiated when the previous one is still processing
Feb 9, 2021, 8:43 AM
Yes the transactions have to be processed in order.
Feb 9, 2021, 9:42 AM
Do you have any resources you can share related to that
This is the error I am getting
@Lauri_P can you please look at the code and let me what all changes I need to male
@Lauri_P can you please look at the code and let me what all changes I need to male
Make
Feb 9, 2021, 2:36 PM