Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: forc-deploy suggests creating a new wallet if the wallet is mis…
…sing (#4827) ## Description closes #4754. If the default path does not contain any wallet, forc-deploy automatically suggests creating a new one via forc-wallet: ```console Could not find a wallet at "/Users/kayagokalp/.fuel/wallets/.wallet", would you like to create a new one? [y/N]: y Please enter a password to encrypt this private key: Please confirm your password: Wallet created successfully. ``` At this step a new window opens with your mnemonic just like forc-wallet's new flow. User pres enter: ```console Please provide the password of your encrypted wallet vault at "/Users/kayagokalp/.fuel/wallets/.wallet": Do you accept to sign this transaction with fuel13pudgkhq9pmsj3s2nwxmsmydqnau3lcpn5m70jrg5mrw0dlc3r8qz6pjdk? [y/N]: y ``` User is asked for their password again, to prevent this I need to cut another release to forc-wallet which is currently blocked. So I will fix that in a follow-up PR.
- Loading branch information