MEOWM

Results 3 issues of MEOWM

### Checklist - [x] I have linked to any relevant issues. - [x] I have updated the documentation. - [x] I have added tests that prove my fix is effective...

I used forc-wallet to generate new wallet under my project dir `"project_root/.wallets/wallet_fuel.json"` and encrypt with empty passphrase. my wallet gen script: ```bash mkdir -p .wallets wallet_name=fuel if [[ -n $1...