I want to transfer eth from one address to the another by calling wallet.transfer
method, but I’m getting an error:
“Error: gasPrice(0) is lower than required 1”
I want to transfer eth from one address to the another by calling wallet.transfer
method, but I’m getting an error:
“Error: gasPrice(0) is lower than required 1”
You have to add gasPrice
as a field in that same object that you have gas limit:
Check the docs for that here: Wallet - Fuels-ts
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.