Error calling `wallet.transfer`

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