I have an issue when creating a new wallet using Node and Forc commands. When I create a new wallet using the following command, it gives me a seed phrase:
forc wallet new
I can also see the wallet address for getting faucet with this command:
forc wallet account new
However, when I import the seed phrase into the Fuel wallet, it returns a completely different wallet address compared to what is displayed on the server. What could be the problem?