fuel.getWallet error ts

I have an error when trying to get the wallet from the fuel hook using

console.log("getting wallet");
console.log("account", account);
const wallet = await fuel.getWallet(account);
console.log("wallet", wallet);

I have the latest fuel wallet, and the config is set to devMode

package versions:

“fuels”: “^0.62.0”,
@fuel-ui/css”: “^0.23.0”,
@fuel-ui/react”: “^0.23.0”,
@fuel-wallet/react”: “^0.15.2”,
@fuel-wallet/sdk”: “^0.15.2”,

Hey @diyahir can you update to fuels v0.73.0? as your version is outdated for Beta-5 :slight_smile:

1 Like

Ahaha I’m going to assume that resolved it :joy:

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.